Shades of Cerulean Blue #1C4CD2
Tints of Cerulean Blue #1C4CD2
RGB
CMYK
RGB Variations
Color information
#1C4CD2 (or 0x1C4CD2) is known color: Cerulean Blue. HEX triplet: 1C, 4C and D2. RGB value is (28,76,210). Sum of RGB (Red+Green+Blue) = 28+76+210=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 210 (82.42% from 255 or 66.88% from 314); Max value from RGB is 210 - color contains mainly: blue. Hex color #1C4CD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C4CD2 is #E3B32D. Grayscale: #4C4C4C. Windows color (decimal): -14922542 or 13782044. OLE color: 13782044.
HSL color Cylindrical-coordinate representation of color #1C4CD2: hue angle of 224.18º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C4CD2 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 76 | 210 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.18 |
| HSL | 224.18º | 0.76% | 0.47% | - |
| HSV(B) | 224.18º | 0.87% | 0.82% | - |
| XYZ | 14.7 | 10.07 | 62.14 | - |
| YUV | 76.92 | 203.1 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 76 | 210 | 0.87 | 0.64 | 0 | 0.18 | 224.18 | 0.76 | 0.47 |
| Hex | 1C | 4C | D2 | 57 | 40 | 0 | 12 | E0 | 4C | 2F |
| Octal | 34 | 114 | 322 | 127 | 100 | 0 | 22 | 340 | 114 | 57 |
| Binary | 11100 | 1001100 | 11010010 | 1010111 | 1000000 | 0 | 10010 | 11100000 | 1001100 | 101111 |
Color Harmonies of #1C4CD2
Complementary color
Monochromatic Colors of #1C4CD2
Black with #1C4CD2
Text Example
Text Example
White with #1C4CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4CD2; }
p { color: rgb(28,76,210); }
H1.HeaderClassName
{
color: #1C4CD2;
}
.AnyTagClassName
{
color: #1C4CD2;
}
</style>
background-color css
<style>
a { background-color: #1C4CD2; }
a { background-color: rgb(28,76,210); }
div.DivClassName
{
background-color: #1C4CD2;
}
.BgClassName
{
background-color: #1C4CD2;
}
</style>
border-color css
<style>
span { border-color: #1C4CD2; }
span { border-color: rgb(28,76,210); }
td.TdClassName
{
border-color: #1C4CD2;
}
.TagClassName
{
border-color: #1C4CD2;
}
</style>