Shades of Cerulean Blue #1C4ED2
Tints of Cerulean Blue #1C4ED2
RGB
CMYK
RGB Variations
Color information
#1C4ED2 (or 0x1C4ED2) is known color: Cerulean Blue. HEX triplet: 1C, 4E and D2. RGB value is (28,78,210). Sum of RGB (Red+Green+Blue) = 28+78+210=316 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.86% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 210 (82.42% from 255 or 66.46% from 316); Max value from RGB is 210 - color contains mainly: blue. Hex color #1C4ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C4ED2 is #E3B12D. Grayscale: #4D4D4D. Windows color (decimal): -14922030 or 13782556. OLE color: 13782556.
HSL color Cylindrical-coordinate representation of color #1C4ED2: hue angle of 223.52º 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 #1C4ED2 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 78 | 210 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.18 |
| HSL | 223.52º | 0.76% | 0.47% | - |
| HSV(B) | 223.52º | 0.87% | 0.82% | - |
| XYZ | 14.84 | 10.35 | 62.19 | - |
| YUV | 78.1 | 202.44 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 78 | 210 | 0.87 | 0.63 | 0 | 0.18 | 223.52 | 0.76 | 0.47 |
| Hex | 1C | 4E | D2 | 57 | 3F | 0 | 12 | E0 | 4C | 2F |
| Octal | 34 | 116 | 322 | 127 | 77 | 0 | 22 | 340 | 114 | 57 |
| Binary | 11100 | 1001110 | 11010010 | 1010111 | 111111 | 0 | 10010 | 11100000 | 1001100 | 101111 |
Color Harmonies of #1C4ED2
Complementary color
Monochromatic Colors of #1C4ED2
Black with #1C4ED2
Text Example
Text Example
White with #1C4ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4ED2; }
p { color: rgb(28,78,210); }
H1.HeaderClassName
{
color: #1C4ED2;
}
.AnyTagClassName
{
color: #1C4ED2;
}
</style>
background-color css
<style>
a { background-color: #1C4ED2; }
a { background-color: rgb(28,78,210); }
div.DivClassName
{
background-color: #1C4ED2;
}
.BgClassName
{
background-color: #1C4ED2;
}
</style>
border-color css
<style>
span { border-color: #1C4ED2; }
span { border-color: rgb(28,78,210); }
td.TdClassName
{
border-color: #1C4ED2;
}
.TagClassName
{
border-color: #1C4ED2;
}
</style>