Shades of Cerulean Blue #1F45DE
Tints of Cerulean Blue #1F45DE
RGB
CMYK
RGB Variations
Color information
#1F45DE (or 0x1F45DE) is known color: Cerulean Blue. HEX triplet: 1F, 45 and DE. RGB value is (31,69,222). Sum of RGB (Red+Green+Blue) = 31+69+222=322 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.63% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F45DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F45DE is #E0BA21. Grayscale: #4A4A4A. Windows color (decimal): -14727714 or 14566687. OLE color: 14566687.
HSL color Cylindrical-coordinate representation of color #1F45DE: hue angle of 228.06º 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 #1F45DE is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 69 | 222 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.13 |
| HSL | 228.06º | 0.75% | 0.5% | - |
| HSV(B) | 228.06º | 0.86% | 0.87% | - |
| XYZ | 15.88 | 9.82 | 70.17 | - |
| YUV | 75.08 | 210.91 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 222 | 0.86 | 0.69 | 0 | 0.13 | 228.06 | 0.75 | 0.5 |
| Hex | 1F | 45 | DE | 56 | 45 | 0 | D | E4 | 4B | 32 |
| Octal | 37 | 105 | 336 | 126 | 105 | 0 | 15 | 344 | 113 | 62 |
| Binary | 11111 | 1000101 | 11011110 | 1010110 | 1000101 | 0 | 1101 | 11100100 | 1001011 | 110010 |
Color Harmonies of #1F45DE
Complementary color
Monochromatic Colors of #1F45DE
Black with #1F45DE
Text Example
Text Example
White with #1F45DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F45DE; }
p { color: rgb(31,69,222); }
H1.HeaderClassName
{
color: #1F45DE;
}
.AnyTagClassName
{
color: #1F45DE;
}
</style>
background-color css
<style>
a { background-color: #1F45DE; }
a { background-color: rgb(31,69,222); }
div.DivClassName
{
background-color: #1F45DE;
}
.BgClassName
{
background-color: #1F45DE;
}
</style>
border-color css
<style>
span { border-color: #1F45DE; }
span { border-color: rgb(31,69,222); }
td.TdClassName
{
border-color: #1F45DE;
}
.TagClassName
{
border-color: #1F45DE;
}
</style>