Shades of Cerulean Blue #2844DB
Tints of Cerulean Blue #2844DB
RGB
CMYK
RGB Variations
Color information
#2844DB (or 0x2844DB) is known color: Cerulean Blue. HEX triplet: 28, 44 and DB. RGB value is (40,68,219). Sum of RGB (Red+Green+Blue) = 40+68+219=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #2844DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2844DB is #D7BB24. Grayscale: #4C4C4C. Windows color (decimal): -14138149 or 14369832. OLE color: 14369832.
HSL color Cylindrical-coordinate representation of color #2844DB: hue angle of 230.61º degrees, saturation: 0.71, 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 #2844DB is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 68 | 219 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.14 |
| HSL | 230.61º | 0.71% | 0.51% | - |
| HSV(B) | 230.61º | 0.82% | 0.86% | - |
| XYZ | 15.73 | 9.7 | 68.06 | - |
| YUV | 76.84 | 208.22 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 219 | 0.82 | 0.69 | 0 | 0.14 | 230.61 | 0.71 | 0.51 |
| Hex | 28 | 44 | DB | 52 | 45 | 0 | E | E7 | 47 | 33 |
| Octal | 50 | 104 | 333 | 122 | 105 | 0 | 16 | 347 | 107 | 63 |
| Binary | 101000 | 1000100 | 11011011 | 1010010 | 1000101 | 0 | 1110 | 11100111 | 1000111 | 110011 |
Color Harmonies of #2844DB
Complementary color
Monochromatic Colors of #2844DB
Black with #2844DB
Text Example
Text Example
White with #2844DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2844DB; }
p { color: rgb(40,68,219); }
H1.HeaderClassName
{
color: #2844DB;
}
.AnyTagClassName
{
color: #2844DB;
}
</style>
background-color css
<style>
a { background-color: #2844DB; }
a { background-color: rgb(40,68,219); }
div.DivClassName
{
background-color: #2844DB;
}
.BgClassName
{
background-color: #2844DB;
}
</style>
border-color css
<style>
span { border-color: #2844DB; }
span { border-color: rgb(40,68,219); }
td.TdClassName
{
border-color: #2844DB;
}
.TagClassName
{
border-color: #2844DB;
}
</style>