Color Forest: Color Code Dictionary

List of color code on website and gradation code

You can see where the color code is actually used in the photo. You can find the relevant color code from the color code point in the photo.

#4682b4 steelblue

This color is a color that can be used safely on the website, which also has an English name.



Gradation color code


d0dfec

c7d9e8

bed3e4

b5cde1

abc6dd

a2c0d9

99bad5

90b4d2

86adce

7da7ca

74a1c6

6b9bc3

6194bf

588ebb

4f88b7

427bab

3f75a2

3b6e99

386890

346187

315b7e

2d5475

2a4e6c

264763

23415a

1f3a51

1c3448

182d3f

152736

11202d


Similar colors


b0c4de

778899
slategray
708090
steelblue
4682b4
royalblue
4169e1

191970
navy
000080
darkblue
00008b

0000cd
blue
0000ff

1e90ff

6495ed

00bfff

87cefa
skyblue
87ceeb


Take a look at photos that use this color code





List of acquiring color codes from photos with one click



CSS creation

				.steelblue{
	color : #4682b4;
}
				

Or

.steelblue {
color : steelblue;
}
				


CSS usage example

<span class="steelblue">
This color is steelblue.
</span>
				


Write directly in style on HTML

	<span style="color:steelblue">
	This color issteelblue.
	</span>
				


Applying CSS
This color issteelblue.



RGB (three primary color) values

R : 70
G : 130
B : 180



Back to top

Color Floresta.