Shades of Cerulean Blue #2842DC
Tints of Cerulean Blue #2842DC
RGB
CMYK
RGB Variations
Color information
#2842DC (or 0x2842DC) is known color: Cerulean Blue. HEX triplet: 28, 42 and DC. RGB value is (40,66,220). Sum of RGB (Red+Green+Blue) = 40+66+220=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #2842DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2842DC is #D7BD23. Grayscale: #4B4B4B. Windows color (decimal): -14138660 or 14434856. OLE color: 14434856.
HSL color Cylindrical-coordinate representation of color #2842DC: hue angle of 231.33º 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 #2842DC is Cyan = 0.82, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 66 | 220 | - |
| CMYK | 0.82 | 0.7 | 0 | 0.14 |
| HSL | 231.33º | 0.72% | 0.51% | - |
| HSV(B) | 231.33º | 0.82% | 0.86% | - |
| XYZ | 15.74 | 9.51 | 68.72 | - |
| YUV | 75.78 | 209.39 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 220 | 0.82 | 0.7 | 0 | 0.14 | 231.33 | 0.72 | 0.51 |
| Hex | 28 | 42 | DC | 52 | 46 | 0 | E | E7 | 48 | 33 |
| Octal | 50 | 102 | 334 | 122 | 106 | 0 | 16 | 347 | 110 | 63 |
| Binary | 101000 | 1000010 | 11011100 | 1010010 | 1000110 | 0 | 1110 | 11100111 | 1001000 | 110011 |
Color Harmonies of #2842DC
Complementary color
Monochromatic Colors of #2842DC
Black with #2842DC
Text Example
Text Example
White with #2842DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2842DC; }
p { color: rgb(40,66,220); }
H1.HeaderClassName
{
color: #2842DC;
}
.AnyTagClassName
{
color: #2842DC;
}
</style>
background-color css
<style>
a { background-color: #2842DC; }
a { background-color: rgb(40,66,220); }
div.DivClassName
{
background-color: #2842DC;
}
.BgClassName
{
background-color: #2842DC;
}
</style>
border-color css
<style>
span { border-color: #2842DC; }
span { border-color: rgb(40,66,220); }
td.TdClassName
{
border-color: #2842DC;
}
.TagClassName
{
border-color: #2842DC;
}
</style>