Shades of Cerulean Blue #2847DC
Tints of Cerulean Blue #2847DC
RGB
CMYK
RGB Variations
Color information
#2847DC (or 0x2847DC) is known color: Cerulean Blue. HEX triplet: 28, 47 and DC. RGB value is (40,71,220). Sum of RGB (Red+Green+Blue) = 40+71+220=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #2847DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2847DC is #D7B823. Grayscale: #4E4E4E. Windows color (decimal): -14137380 or 14436136. OLE color: 14436136.
HSL color Cylindrical-coordinate representation of color #2847DC: hue angle of 229.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 #2847DC is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 71 | 220 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.14 |
| HSL | 229.67º | 0.72% | 0.51% | - |
| HSV(B) | 229.67º | 0.82% | 0.86% | - |
| XYZ | 16.05 | 10.12 | 68.82 | - |
| YUV | 78.72 | 207.73 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 220 | 0.82 | 0.68 | 0 | 0.14 | 229.67 | 0.72 | 0.51 |
| Hex | 28 | 47 | DC | 52 | 44 | 0 | E | E6 | 48 | 33 |
| Octal | 50 | 107 | 334 | 122 | 104 | 0 | 16 | 346 | 110 | 63 |
| Binary | 101000 | 1000111 | 11011100 | 1010010 | 1000100 | 0 | 1110 | 11100110 | 1001000 | 110011 |
Color Harmonies of #2847DC
Complementary color
Monochromatic Colors of #2847DC
Black with #2847DC
Text Example
Text Example
White with #2847DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2847DC; }
p { color: rgb(40,71,220); }
H1.HeaderClassName
{
color: #2847DC;
}
.AnyTagClassName
{
color: #2847DC;
}
</style>
background-color css
<style>
a { background-color: #2847DC; }
a { background-color: rgb(40,71,220); }
div.DivClassName
{
background-color: #2847DC;
}
.BgClassName
{
background-color: #2847DC;
}
</style>
border-color css
<style>
span { border-color: #2847DC; }
span { border-color: rgb(40,71,220); }
td.TdClassName
{
border-color: #2847DC;
}
.TagClassName
{
border-color: #2847DC;
}
</style>