Shades of Cerulean Blue #1C4BC2
Tints of Cerulean Blue #1C4BC2
RGB
CMYK
RGB Variations
Color information
#1C4BC2 (or 0x1C4BC2) is known color: Cerulean Blue. HEX triplet: 1C, 4B and C2. RGB value is (28,75,194). Sum of RGB (Red+Green+Blue) = 28+75+194=297 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.43% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 194 (76.17% from 255 or 65.32% from 297); Max value from RGB is 194 - color contains mainly: blue. Hex color #1C4BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C4BC2 is #E3B43D. Grayscale: #494949. Windows color (decimal): -14922814 or 12733212. OLE color: 12733212.
HSL color Cylindrical-coordinate representation of color #1C4BC2: hue angle of 223.01º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C4BC2 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 75 | 194 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.24 |
| HSL | 223.01º | 0.75% | 0.44% | - |
| HSV(B) | 223.01º | 0.86% | 0.76% | - |
| XYZ | 12.73 | 9.17 | 52.14 | - |
| YUV | 74.51 | 195.43 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 75 | 194 | 0.86 | 0.61 | 0 | 0.24 | 223.01 | 0.75 | 0.44 |
| Hex | 1C | 4B | C2 | 56 | 3D | 0 | 18 | DF | 4B | 2C |
| Octal | 34 | 113 | 302 | 126 | 75 | 0 | 30 | 337 | 113 | 54 |
| Binary | 11100 | 1001011 | 11000010 | 1010110 | 111101 | 0 | 11000 | 11011111 | 1001011 | 101100 |
Color Harmonies of #1C4BC2
Complementary color
Monochromatic Colors of #1C4BC2
Black with #1C4BC2
Text Example
Text Example
White with #1C4BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4BC2; }
p { color: rgb(28,75,194); }
H1.HeaderClassName
{
color: #1C4BC2;
}
.AnyTagClassName
{
color: #1C4BC2;
}
</style>
background-color css
<style>
a { background-color: #1C4BC2; }
a { background-color: rgb(28,75,194); }
div.DivClassName
{
background-color: #1C4BC2;
}
.BgClassName
{
background-color: #1C4BC2;
}
</style>
border-color css
<style>
span { border-color: #1C4BC2; }
span { border-color: rgb(28,75,194); }
td.TdClassName
{
border-color: #1C4BC2;
}
.TagClassName
{
border-color: #1C4BC2;
}
</style>