Shades of Cerulean Blue #1C56CE
Tints of Cerulean Blue #1C56CE
RGB
CMYK
RGB Variations
Color information
#1C56CE (or 0x1C56CE) is known color: Cerulean Blue. HEX triplet: 1C, 56 and CE. RGB value is (28,86,206). Sum of RGB (Red+Green+Blue) = 28+86+206=320 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.75% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C56CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C56CE is #E3A931. Grayscale: #515151. Windows color (decimal): -14919986 or 13522460. OLE color: 13522460.
HSL color Cylindrical-coordinate representation of color #1C56CE: hue angle of 220.45º 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 #1C56CE is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 86 | 206 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.19 |
| HSL | 220.45º | 0.76% | 0.46% | - |
| HSV(B) | 220.45º | 0.86% | 0.81% | - |
| XYZ | 14.95 | 11.36 | 59.8 | - |
| YUV | 82.34 | 197.78 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 86 | 206 | 0.86 | 0.58 | 0 | 0.19 | 220.45 | 0.76 | 0.46 |
| Hex | 1C | 56 | CE | 56 | 3A | 0 | 13 | DC | 4C | 2E |
| Octal | 34 | 126 | 316 | 126 | 72 | 0 | 23 | 334 | 114 | 56 |
| Binary | 11100 | 1010110 | 11001110 | 1010110 | 111010 | 0 | 10011 | 11011100 | 1001100 | 101110 |
Color Harmonies of #1C56CE
Complementary color
Monochromatic Colors of #1C56CE
Black with #1C56CE
Text Example
Text Example
White with #1C56CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C56CE; }
p { color: rgb(28,86,206); }
H1.HeaderClassName
{
color: #1C56CE;
}
.AnyTagClassName
{
color: #1C56CE;
}
</style>
background-color css
<style>
a { background-color: #1C56CE; }
a { background-color: rgb(28,86,206); }
div.DivClassName
{
background-color: #1C56CE;
}
.BgClassName
{
background-color: #1C56CE;
}
</style>
border-color css
<style>
span { border-color: #1C56CE; }
span { border-color: rgb(28,86,206); }
td.TdClassName
{
border-color: #1C56CE;
}
.TagClassName
{
border-color: #1C56CE;
}
</style>