Shades of Cerulean Blue #1C4ECB
Tints of Cerulean Blue #1C4ECB
RGB
CMYK
RGB Variations
Color information
#1C4ECB (or 0x1C4ECB) is known color: Cerulean Blue. HEX triplet: 1C, 4E and CB. RGB value is (28,78,203). Sum of RGB (Red+Green+Blue) = 28+78+203=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 203 (79.69% from 255 or 65.70% from 309); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C4ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C4ECB is #E3B134. Grayscale: #4C4C4C. Windows color (decimal): -14922037 or 13323804. OLE color: 13323804.
HSL color Cylindrical-coordinate representation of color #1C4ECB: hue angle of 222.86º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C4ECB is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 78 | 203 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.20 |
| HSL | 222.86º | 0.76% | 0.45% | - |
| HSV(B) | 222.86º | 0.86% | 0.8% | - |
| XYZ | 13.98 | 10.01 | 57.69 | - |
| YUV | 77.3 | 198.94 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 78 | 203 | 0.86 | 0.62 | 0 | 0.20 | 222.86 | 0.76 | 0.45 |
| Hex | 1C | 4E | CB | 56 | 3E | 0 | 14 | DF | 4C | 2D |
| Octal | 34 | 116 | 313 | 126 | 76 | 0 | 24 | 337 | 114 | 55 |
| Binary | 11100 | 1001110 | 11001011 | 1010110 | 111110 | 0 | 10100 | 11011111 | 1001100 | 101101 |
Color Harmonies of #1C4ECB
Complementary color
Monochromatic Colors of #1C4ECB
Black with #1C4ECB
Text Example
Text Example
White with #1C4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4ECB; }
p { color: rgb(28,78,203); }
H1.HeaderClassName
{
color: #1C4ECB;
}
.AnyTagClassName
{
color: #1C4ECB;
}
</style>
background-color css
<style>
a { background-color: #1C4ECB; }
a { background-color: rgb(28,78,203); }
div.DivClassName
{
background-color: #1C4ECB;
}
.BgClassName
{
background-color: #1C4ECB;
}
</style>
border-color css
<style>
span { border-color: #1C4ECB; }
span { border-color: rgb(28,78,203); }
td.TdClassName
{
border-color: #1C4ECB;
}
.TagClassName
{
border-color: #1C4ECB;
}
</style>