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.

#1e90ff dodgerblue

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



Gradation color code


c6e3ff

bbddff

b0d8ff

a5d2ff

99cdff

8ec7ff

83c1ff

78bcff

6cb6ff

61b1ff

56abff

4ba6ff

3fa0ff

349bff

2995ff

1c88f2

1b81e5

197ad8

1873cc

166cbf

1564b2

135da5

125699

104f8c

0f487f

0d4072

0c3966

0a3259

092b4c

07243f


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

				.dodgerblue{
	color : #1e90ff;
}
				

Or

.dodgerblue {
color : dodgerblue;
}
				


CSS usage example

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


Write directly in style on HTML

	<span style="color:dodgerblue">
	This color isdodgerblue.
	</span>
				


Applying CSS
This color isdodgerblue.



RGB (three primary color) values

R : 30
G : 144
B : 255



Back to top

Color Floresta.