Shades of Cerulean Blue #1F4EDE
Tints of Cerulean Blue #1F4EDE
RGB
CMYK
RGB Variations
Color information
#1F4EDE (or 0x1F4EDE) is known color: Cerulean Blue. HEX triplet: 1F, 4E and DE. RGB value is (31,78,222). Sum of RGB (Red+Green+Blue) = 31+78+222=331 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.37% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F4EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4EDE is #E0B121. Grayscale: #4F4F4F. Windows color (decimal): -14725410 or 14568991. OLE color: 14568991.
HSL color Cylindrical-coordinate representation of color #1F4EDE: hue angle of 225.24º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F4EDE is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 78 | 222 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.13 |
| HSL | 225.24º | 0.75% | 0.5% | - |
| HSV(B) | 225.24º | 0.86% | 0.87% | - |
| XYZ | 16.47 | 11.01 | 70.36 | - |
| YUV | 80.36 | 207.93 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 78 | 222 | 0.86 | 0.65 | 0 | 0.13 | 225.24 | 0.75 | 0.5 |
| Hex | 1F | 4E | DE | 56 | 41 | 0 | D | E1 | 4B | 32 |
| Octal | 37 | 116 | 336 | 126 | 101 | 0 | 15 | 341 | 113 | 62 |
| Binary | 11111 | 1001110 | 11011110 | 1010110 | 1000001 | 0 | 1101 | 11100001 | 1001011 | 110010 |
Color Harmonies of #1F4EDE
Complementary color
Monochromatic Colors of #1F4EDE
Black with #1F4EDE
Text Example
Text Example
White with #1F4EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4EDE; }
p { color: rgb(31,78,222); }
H1.HeaderClassName
{
color: #1F4EDE;
}
.AnyTagClassName
{
color: #1F4EDE;
}
</style>
background-color css
<style>
a { background-color: #1F4EDE; }
a { background-color: rgb(31,78,222); }
div.DivClassName
{
background-color: #1F4EDE;
}
.BgClassName
{
background-color: #1F4EDE;
}
</style>
border-color css
<style>
span { border-color: #1F4EDE; }
span { border-color: rgb(31,78,222); }
td.TdClassName
{
border-color: #1F4EDE;
}
.TagClassName
{
border-color: #1F4EDE;
}
</style>