Shades of Cerulean Blue #2856DC
Tints of Cerulean Blue #2856DC
RGB
CMYK
RGB Variations
Color information
#2856DC (or 0x2856DC) is known color: Cerulean Blue. HEX triplet: 28, 56 and DC. RGB value is (40,86,220). Sum of RGB (Red+Green+Blue) = 40+86+220=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #2856DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2856DC is #D7A923. Grayscale: #565656. Windows color (decimal): -14133540 or 14439976. OLE color: 14439976.
HSL color Cylindrical-coordinate representation of color #2856DC: hue angle of 224.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2856DC is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 86 | 220 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.14 |
| HSL | 224.67º | 0.72% | 0.51% | - |
| HSV(B) | 224.67º | 0.82% | 0.86% | - |
| XYZ | 17.12 | 12.27 | 69.18 | - |
| YUV | 87.52 | 202.76 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 220 | 0.82 | 0.61 | 0 | 0.14 | 224.67 | 0.72 | 0.51 |
| Hex | 28 | 56 | DC | 52 | 3D | 0 | E | E1 | 48 | 33 |
| Octal | 50 | 126 | 334 | 122 | 75 | 0 | 16 | 341 | 110 | 63 |
| Binary | 101000 | 1010110 | 11011100 | 1010010 | 111101 | 0 | 1110 | 11100001 | 1001000 | 110011 |
Color Harmonies of #2856DC
Complementary color
Monochromatic Colors of #2856DC
Black with #2856DC
Text Example
Text Example
White with #2856DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2856DC; }
p { color: rgb(40,86,220); }
H1.HeaderClassName
{
color: #2856DC;
}
.AnyTagClassName
{
color: #2856DC;
}
</style>
background-color css
<style>
a { background-color: #2856DC; }
a { background-color: rgb(40,86,220); }
div.DivClassName
{
background-color: #2856DC;
}
.BgClassName
{
background-color: #2856DC;
}
</style>
border-color css
<style>
span { border-color: #2856DC; }
span { border-color: rgb(40,86,220); }
td.TdClassName
{
border-color: #2856DC;
}
.TagClassName
{
border-color: #2856DC;
}
</style>