Shades of Cerulean Blue #2852DC
Tints of Cerulean Blue #2852DC
RGB
CMYK
RGB Variations
Color information
#2852DC (or 0x2852DC) is known color: Cerulean Blue. HEX triplet: 28, 52 and DC. RGB value is (40,82,220). Sum of RGB (Red+Green+Blue) = 40+82+220=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #2852DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2852DC is #D7AD23. Grayscale: #545454. Windows color (decimal): -14134564 or 14438952. OLE color: 14438952.
HSL color Cylindrical-coordinate representation of color #2852DC: hue angle of 226º 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 #2852DC is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 82 | 220 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.14 |
| HSL | 226º | 0.72% | 0.51% | - |
| HSV(B) | 226º | 0.82% | 0.86% | - |
| XYZ | 16.81 | 11.65 | 69.07 | - |
| YUV | 85.17 | 204.09 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 220 | 0.82 | 0.63 | 0 | 0.14 | 226 | 0.72 | 0.51 |
| Hex | 28 | 52 | DC | 52 | 3F | 0 | E | E2 | 48 | 33 |
| Octal | 50 | 122 | 334 | 122 | 77 | 0 | 16 | 342 | 110 | 63 |
| Binary | 101000 | 1010010 | 11011100 | 1010010 | 111111 | 0 | 1110 | 11100010 | 1001000 | 110011 |
Color Harmonies of #2852DC
Complementary color
Monochromatic Colors of #2852DC
Black with #2852DC
Text Example
Text Example
White with #2852DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2852DC; }
p { color: rgb(40,82,220); }
H1.HeaderClassName
{
color: #2852DC;
}
.AnyTagClassName
{
color: #2852DC;
}
</style>
background-color css
<style>
a { background-color: #2852DC; }
a { background-color: rgb(40,82,220); }
div.DivClassName
{
background-color: #2852DC;
}
.BgClassName
{
background-color: #2852DC;
}
</style>
border-color css
<style>
span { border-color: #2852DC; }
span { border-color: rgb(40,82,220); }
td.TdClassName
{
border-color: #2852DC;
}
.TagClassName
{
border-color: #2852DC;
}
</style>