Shades of Cerulean Blue #1A4FDB
Tints of Cerulean Blue #1A4FDB
RGB
CMYK
RGB Variations
Color information
#1A4FDB (or 0x1A4FDB) is known color: Cerulean Blue. HEX triplet: 1A, 4F and DB. RGB value is (26,79,219). Sum of RGB (Red+Green+Blue) = 26+79+219=324 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.02% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A4FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A4FDB is #E5B024. Grayscale: #4E4E4E. Windows color (decimal): -15052837 or 14372634. OLE color: 14372634.
HSL color Cylindrical-coordinate representation of color #1A4FDB: hue angle of 223.52º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A4FDB is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 79 | 219 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.14 |
| HSL | 223.52º | 0.79% | 0.48% | - |
| HSV(B) | 223.52º | 0.88% | 0.86% | - |
| XYZ | 16.01 | 10.93 | 68.28 | - |
| YUV | 79.11 | 206.94 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 79 | 219 | 0.88 | 0.64 | 0 | 0.14 | 223.52 | 0.79 | 0.48 |
| Hex | 1A | 4F | DB | 58 | 40 | 0 | E | E0 | 4F | 30 |
| Octal | 32 | 117 | 333 | 130 | 100 | 0 | 16 | 340 | 117 | 60 |
| Binary | 11010 | 1001111 | 11011011 | 1011000 | 1000000 | 0 | 1110 | 11100000 | 1001111 | 110000 |
Color Harmonies of #1A4FDB
Complementary color
Monochromatic Colors of #1A4FDB
Black with #1A4FDB
Text Example
Text Example
White with #1A4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4FDB; }
p { color: rgb(26,79,219); }
H1.HeaderClassName
{
color: #1A4FDB;
}
.AnyTagClassName
{
color: #1A4FDB;
}
</style>
background-color css
<style>
a { background-color: #1A4FDB; }
a { background-color: rgb(26,79,219); }
div.DivClassName
{
background-color: #1A4FDB;
}
.BgClassName
{
background-color: #1A4FDB;
}
</style>
border-color css
<style>
span { border-color: #1A4FDB; }
span { border-color: rgb(26,79,219); }
td.TdClassName
{
border-color: #1A4FDB;
}
.TagClassName
{
border-color: #1A4FDB;
}
</style>