Shades of Cerulean Blue #1F4EDB
Tints of Cerulean Blue #1F4EDB
RGB
CMYK
RGB Variations
Color information
#1F4EDB (or 0x1F4EDB) is known color: Cerulean Blue. HEX triplet: 1F, 4E and DB. RGB value is (31,78,219). Sum of RGB (Red+Green+Blue) = 31+78+219=328 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.45% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F4EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4EDB is #E0B124. Grayscale: #4F4F4F. Windows color (decimal): -14725413 or 14372383. OLE color: 14372383.
HSL color Cylindrical-coordinate representation of color #1F4EDB: hue angle of 225º 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 #1F4EDB is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 78 | 219 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.14 |
| HSL | 225º | 0.75% | 0.49% | - |
| HSV(B) | 225º | 0.86% | 0.86% | - |
| XYZ | 16.08 | 10.85 | 68.27 | - |
| YUV | 80.02 | 206.43 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 78 | 219 | 0.86 | 0.64 | 0 | 0.14 | 225 | 0.75 | 0.49 |
| Hex | 1F | 4E | DB | 56 | 40 | 0 | E | E1 | 4B | 31 |
| Octal | 37 | 116 | 333 | 126 | 100 | 0 | 16 | 341 | 113 | 61 |
| Binary | 11111 | 1001110 | 11011011 | 1010110 | 1000000 | 0 | 1110 | 11100001 | 1001011 | 110001 |
Color Harmonies of #1F4EDB
Complementary color
Monochromatic Colors of #1F4EDB
Black with #1F4EDB
Text Example
Text Example
White with #1F4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4EDB; }
p { color: rgb(31,78,219); }
H1.HeaderClassName
{
color: #1F4EDB;
}
.AnyTagClassName
{
color: #1F4EDB;
}
</style>
background-color css
<style>
a { background-color: #1F4EDB; }
a { background-color: rgb(31,78,219); }
div.DivClassName
{
background-color: #1F4EDB;
}
.BgClassName
{
background-color: #1F4EDB;
}
</style>
border-color css
<style>
span { border-color: #1F4EDB; }
span { border-color: rgb(31,78,219); }
td.TdClassName
{
border-color: #1F4EDB;
}
.TagClassName
{
border-color: #1F4EDB;
}
</style>