Shades of Cerulean Blue #1A4DDB
Tints of Cerulean Blue #1A4DDB
RGB
CMYK
RGB Variations
Color information
#1A4DDB (or 0x1A4DDB) is known color: Cerulean Blue. HEX triplet: 1A, 4D and DB. RGB value is (26,77,219). Sum of RGB (Red+Green+Blue) = 26+77+219=322 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.07% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A4DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A4DDB is #E5B224. Grayscale: #4D4D4D. Windows color (decimal): -15053349 or 14372122. OLE color: 14372122.
HSL color Cylindrical-coordinate representation of color #1A4DDB: hue angle of 224.15º 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 #1A4DDB is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 77 | 219 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.14 |
| HSL | 224.15º | 0.79% | 0.48% | - |
| HSV(B) | 224.15º | 0.88% | 0.86% | - |
| XYZ | 15.87 | 10.64 | 68.24 | - |
| YUV | 77.94 | 207.6 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 219 | 0.88 | 0.65 | 0 | 0.14 | 224.15 | 0.79 | 0.48 |
| Hex | 1A | 4D | DB | 58 | 41 | 0 | E | E0 | 4F | 30 |
| Octal | 32 | 115 | 333 | 130 | 101 | 0 | 16 | 340 | 117 | 60 |
| Binary | 11010 | 1001101 | 11011011 | 1011000 | 1000001 | 0 | 1110 | 11100000 | 1001111 | 110000 |
Color Harmonies of #1A4DDB
Complementary color
Monochromatic Colors of #1A4DDB
Black with #1A4DDB
Text Example
Text Example
White with #1A4DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4DDB; }
p { color: rgb(26,77,219); }
H1.HeaderClassName
{
color: #1A4DDB;
}
.AnyTagClassName
{
color: #1A4DDB;
}
</style>
background-color css
<style>
a { background-color: #1A4DDB; }
a { background-color: rgb(26,77,219); }
div.DivClassName
{
background-color: #1A4DDB;
}
.BgClassName
{
background-color: #1A4DDB;
}
</style>
border-color css
<style>
span { border-color: #1A4DDB; }
span { border-color: rgb(26,77,219); }
td.TdClassName
{
border-color: #1A4DDB;
}
.TagClassName
{
border-color: #1A4DDB;
}
</style>