Shades of Cerulean Blue #1F4BDB
Tints of Cerulean Blue #1F4BDB
RGB
CMYK
RGB Variations
Color information
#1F4BDB (or 0x1F4BDB) is known color: Cerulean Blue. HEX triplet: 1F, 4B and DB. RGB value is (31,75,219). Sum of RGB (Red+Green+Blue) = 31+75+219=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F4BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4BDB is #E0B424. Grayscale: #4D4D4D. Windows color (decimal): -14726181 or 14371615. OLE color: 14371615.
HSL color Cylindrical-coordinate representation of color #1F4BDB: hue angle of 225.96º 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 #1F4BDB is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 75 | 219 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.14 |
| HSL | 225.96º | 0.75% | 0.49% | - |
| HSV(B) | 225.96º | 0.86% | 0.86% | - |
| XYZ | 15.87 | 10.44 | 68.2 | - |
| YUV | 78.26 | 207.42 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 75 | 219 | 0.86 | 0.66 | 0 | 0.14 | 225.96 | 0.75 | 0.49 |
| Hex | 1F | 4B | DB | 56 | 42 | 0 | E | E2 | 4B | 31 |
| Octal | 37 | 113 | 333 | 126 | 102 | 0 | 16 | 342 | 113 | 61 |
| Binary | 11111 | 1001011 | 11011011 | 1010110 | 1000010 | 0 | 1110 | 11100010 | 1001011 | 110001 |
Color Harmonies of #1F4BDB
Complementary color
Monochromatic Colors of #1F4BDB
Black with #1F4BDB
Text Example
Text Example
White with #1F4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4BDB; }
p { color: rgb(31,75,219); }
H1.HeaderClassName
{
color: #1F4BDB;
}
.AnyTagClassName
{
color: #1F4BDB;
}
</style>
background-color css
<style>
a { background-color: #1F4BDB; }
a { background-color: rgb(31,75,219); }
div.DivClassName
{
background-color: #1F4BDB;
}
.BgClassName
{
background-color: #1F4BDB;
}
</style>
border-color css
<style>
span { border-color: #1F4BDB; }
span { border-color: rgb(31,75,219); }
td.TdClassName
{
border-color: #1F4BDB;
}
.TagClassName
{
border-color: #1F4BDB;
}
</style>