Shades of Cerulean Blue #2844DC
Tints of Cerulean Blue #2844DC
RGB
CMYK
RGB Variations
Color information
#2844DC (or 0x2844DC) is known color: Cerulean Blue. HEX triplet: 28, 44 and DC. RGB value is (40,68,220). Sum of RGB (Red+Green+Blue) = 40+68+220=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #2844DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2844DC is #D7BB23. Grayscale: #4C4C4C. Windows color (decimal): -14138148 or 14435368. OLE color: 14435368.
HSL color Cylindrical-coordinate representation of color #2844DC: hue angle of 230.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 #2844DC is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 68 | 220 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.14 |
| HSL | 230.67º | 0.72% | 0.51% | - |
| HSV(B) | 230.67º | 0.82% | 0.86% | - |
| XYZ | 15.86 | 9.75 | 68.76 | - |
| YUV | 76.96 | 208.72 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 220 | 0.82 | 0.69 | 0 | 0.14 | 230.67 | 0.72 | 0.51 |
| Hex | 28 | 44 | DC | 52 | 45 | 0 | E | E7 | 48 | 33 |
| Octal | 50 | 104 | 334 | 122 | 105 | 0 | 16 | 347 | 110 | 63 |
| Binary | 101000 | 1000100 | 11011100 | 1010010 | 1000101 | 0 | 1110 | 11100111 | 1001000 | 110011 |
Color Harmonies of #2844DC
Complementary color
Monochromatic Colors of #2844DC
Black with #2844DC
Text Example
Text Example
White with #2844DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2844DC; }
p { color: rgb(40,68,220); }
H1.HeaderClassName
{
color: #2844DC;
}
.AnyTagClassName
{
color: #2844DC;
}
</style>
background-color css
<style>
a { background-color: #2844DC; }
a { background-color: rgb(40,68,220); }
div.DivClassName
{
background-color: #2844DC;
}
.BgClassName
{
background-color: #2844DC;
}
</style>
border-color css
<style>
span { border-color: #2844DC; }
span { border-color: rgb(40,68,220); }
td.TdClassName
{
border-color: #2844DC;
}
.TagClassName
{
border-color: #2844DC;
}
</style>