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.

#0000ff blue

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



Gradation color code


bfbfff

b2b2ff

a5a5ff

9999ff

8c8cff

7f7fff

7272ff

6666ff

5959ff

4c4cff

3f3fff

3333ff

2626ff

1919ff

0c0cff

0000f2

0000e5

0000d8

0000cc

0000bf

0000b2

0000a5

000099

00008c

00007f

000072

000066

000059

00004c

00003f


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

				.blue{
	color : #0000ff;
}
				

Or

.blue {
color : blue;
}
				


CSS usage example

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


Write directly in style on HTML

	<span style="color:blue">
	This color isblue.
	</span>
				


Applying CSS
This color isblue.



RGB (three primary color) values

R : 0
G : 0
B : 255



Back to top

Color Floresta.