Shades of Cerulean Blue #1F51DB
Tints of Cerulean Blue #1F51DB
RGB
CMYK
RGB Variations
Color information
#1F51DB (or 0x1F51DB) is known color: Cerulean Blue. HEX triplet: 1F, 51 and DB. RGB value is (31,81,219). Sum of RGB (Red+Green+Blue) = 31+81+219=331 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.37% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F51DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F51DB is #E0AE24. Grayscale: #515151. Windows color (decimal): -14724645 or 14373151. OLE color: 14373151.
HSL color Cylindrical-coordinate representation of color #1F51DB: hue angle of 224.04º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F51DB is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 81 | 219 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.14 |
| HSL | 224.04º | 0.75% | 0.49% | - |
| HSV(B) | 224.04º | 0.86% | 0.86% | - |
| XYZ | 16.29 | 11.29 | 68.34 | - |
| YUV | 81.78 | 205.44 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 219 | 0.86 | 0.63 | 0 | 0.14 | 224.04 | 0.75 | 0.49 |
| Hex | 1F | 51 | DB | 56 | 3F | 0 | E | E0 | 4B | 31 |
| Octal | 37 | 121 | 333 | 126 | 77 | 0 | 16 | 340 | 113 | 61 |
| Binary | 11111 | 1010001 | 11011011 | 1010110 | 111111 | 0 | 1110 | 11100000 | 1001011 | 110001 |
Color Harmonies of #1F51DB
Complementary color
Monochromatic Colors of #1F51DB
Black with #1F51DB
Text Example
Text Example
White with #1F51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F51DB; }
p { color: rgb(31,81,219); }
H1.HeaderClassName
{
color: #1F51DB;
}
.AnyTagClassName
{
color: #1F51DB;
}
</style>
background-color css
<style>
a { background-color: #1F51DB; }
a { background-color: rgb(31,81,219); }
div.DivClassName
{
background-color: #1F51DB;
}
.BgClassName
{
background-color: #1F51DB;
}
</style>
border-color css
<style>
span { border-color: #1F51DB; }
span { border-color: rgb(31,81,219); }
td.TdClassName
{
border-color: #1F51DB;
}
.TagClassName
{
border-color: #1F51DB;
}
</style>