Shades of Cerulean Blue #1C4DDB
Tints of Cerulean Blue #1C4DDB
RGB
CMYK
RGB Variations
Color information
#1C4DDB (or 0x1C4DDB) is known color: Cerulean Blue. HEX triplet: 1C, 4D and DB. RGB value is (28,77,219). Sum of RGB (Red+Green+Blue) = 28+77+219=324 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.64% from 324); Green value is 77 (30.47% from 255 or 23.77% 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 #1C4DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C4DDB is #E3B224. Grayscale: #4D4D4D. Windows color (decimal): -14922277 or 14372124. OLE color: 14372124.
HSL color Cylindrical-coordinate representation of color #1C4DDB: hue angle of 224.61º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C4DDB is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 77 | 219 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.14 |
| HSL | 224.61º | 0.77% | 0.48% | - |
| HSV(B) | 224.61º | 0.87% | 0.86% | - |
| XYZ | 15.92 | 10.67 | 68.24 | - |
| YUV | 78.54 | 207.27 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 77 | 219 | 0.87 | 0.65 | 0 | 0.14 | 224.61 | 0.77 | 0.48 |
| Hex | 1C | 4D | DB | 57 | 41 | 0 | E | E1 | 4D | 30 |
| Octal | 34 | 115 | 333 | 127 | 101 | 0 | 16 | 341 | 115 | 60 |
| Binary | 11100 | 1001101 | 11011011 | 1010111 | 1000001 | 0 | 1110 | 11100001 | 1001101 | 110000 |
Color Harmonies of #1C4DDB
Complementary color
Monochromatic Colors of #1C4DDB
Black with #1C4DDB
Text Example
Text Example
White with #1C4DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4DDB; }
p { color: rgb(28,77,219); }
H1.HeaderClassName
{
color: #1C4DDB;
}
.AnyTagClassName
{
color: #1C4DDB;
}
</style>
background-color css
<style>
a { background-color: #1C4DDB; }
a { background-color: rgb(28,77,219); }
div.DivClassName
{
background-color: #1C4DDB;
}
.BgClassName
{
background-color: #1C4DDB;
}
</style>
border-color css
<style>
span { border-color: #1C4DDB; }
span { border-color: rgb(28,77,219); }
td.TdClassName
{
border-color: #1C4DDB;
}
.TagClassName
{
border-color: #1C4DDB;
}
</style>