Shades of Cerulean Blue #1C4ACE
Tints of Cerulean Blue #1C4ACE
RGB
CMYK
RGB Variations
Color information
#1C4ACE (or 0x1C4ACE) is known color: Cerulean Blue. HEX triplet: 1C, 4A and CE. RGB value is (28,74,206). Sum of RGB (Red+Green+Blue) = 28+74+206=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C4ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C4ACE is #E3B531. Grayscale: #4A4A4A. Windows color (decimal): -14923058 or 13519388. OLE color: 13519388.
HSL color Cylindrical-coordinate representation of color #1C4ACE: hue angle of 224.49º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C4ACE is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 74 | 206 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.19 |
| HSL | 224.49º | 0.76% | 0.46% | - |
| HSV(B) | 224.49º | 0.86% | 0.81% | - |
| XYZ | 14.07 | 9.6 | 59.5 | - |
| YUV | 75.29 | 201.76 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 74 | 206 | 0.86 | 0.64 | 0 | 0.19 | 224.49 | 0.76 | 0.46 |
| Hex | 1C | 4A | CE | 56 | 40 | 0 | 13 | E0 | 4C | 2E |
| Octal | 34 | 112 | 316 | 126 | 100 | 0 | 23 | 340 | 114 | 56 |
| Binary | 11100 | 1001010 | 11001110 | 1010110 | 1000000 | 0 | 10011 | 11100000 | 1001100 | 101110 |
Color Harmonies of #1C4ACE
Complementary color
Monochromatic Colors of #1C4ACE
Black with #1C4ACE
Text Example
Text Example
White with #1C4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4ACE; }
p { color: rgb(28,74,206); }
H1.HeaderClassName
{
color: #1C4ACE;
}
.AnyTagClassName
{
color: #1C4ACE;
}
</style>
background-color css
<style>
a { background-color: #1C4ACE; }
a { background-color: rgb(28,74,206); }
div.DivClassName
{
background-color: #1C4ACE;
}
.BgClassName
{
background-color: #1C4ACE;
}
</style>
border-color css
<style>
span { border-color: #1C4ACE; }
span { border-color: rgb(28,74,206); }
td.TdClassName
{
border-color: #1C4ACE;
}
.TagClassName
{
border-color: #1C4ACE;
}
</style>