Shades of Cerulean Blue #2849DC
Tints of Cerulean Blue #2849DC
RGB
CMYK
RGB Variations
Color information
#2849DC (or 0x2849DC) is known color: Cerulean Blue. HEX triplet: 28, 49 and DC. RGB value is (40,73,220). Sum of RGB (Red+Green+Blue) = 40+73+220=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #2849DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2849DC is #D7B623. Grayscale: #4F4F4F. Windows color (decimal): -14136868 or 14436648. OLE color: 14436648.
HSL color Cylindrical-coordinate representation of color #2849DC: hue angle of 229º 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 #2849DC is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 73 | 220 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.14 |
| HSL | 229º | 0.72% | 0.51% | - |
| HSV(B) | 229º | 0.82% | 0.86% | - |
| XYZ | 16.18 | 10.38 | 68.86 | - |
| YUV | 79.89 | 207.07 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 220 | 0.82 | 0.67 | 0 | 0.14 | 229 | 0.72 | 0.51 |
| Hex | 28 | 49 | DC | 52 | 43 | 0 | E | E5 | 48 | 33 |
| Octal | 50 | 111 | 334 | 122 | 103 | 0 | 16 | 345 | 110 | 63 |
| Binary | 101000 | 1001001 | 11011100 | 1010010 | 1000011 | 0 | 1110 | 11100101 | 1001000 | 110011 |
Color Harmonies of #2849DC
Complementary color
Monochromatic Colors of #2849DC
Black with #2849DC
Text Example
Text Example
White with #2849DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2849DC; }
p { color: rgb(40,73,220); }
H1.HeaderClassName
{
color: #2849DC;
}
.AnyTagClassName
{
color: #2849DC;
}
</style>
background-color css
<style>
a { background-color: #2849DC; }
a { background-color: rgb(40,73,220); }
div.DivClassName
{
background-color: #2849DC;
}
.BgClassName
{
background-color: #2849DC;
}
</style>
border-color css
<style>
span { border-color: #2849DC; }
span { border-color: rgb(40,73,220); }
td.TdClassName
{
border-color: #2849DC;
}
.TagClassName
{
border-color: #2849DC;
}
</style>