Shades of Cerulean Blue #2843DB
Tints of Cerulean Blue #2843DB
RGB
CMYK
RGB Variations
Color information
#2843DB (or 0x2843DB) is known color: Cerulean Blue. HEX triplet: 28, 43 and DB. RGB value is (40,67,219). Sum of RGB (Red+Green+Blue) = 40+67+219=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #2843DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2843DB is #D7BC24. Grayscale: #4B4B4B. Windows color (decimal): -14138405 or 14369576. OLE color: 14369576.
HSL color Cylindrical-coordinate representation of color #2843DB: hue angle of 230.95º 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 #2843DB is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 67 | 219 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.14 |
| HSL | 230.95º | 0.71% | 0.51% | - |
| HSV(B) | 230.95º | 0.82% | 0.86% | - |
| XYZ | 15.67 | 9.58 | 68.04 | - |
| YUV | 76.26 | 208.55 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 219 | 0.82 | 0.69 | 0 | 0.14 | 230.95 | 0.71 | 0.51 |
| Hex | 28 | 43 | DB | 52 | 45 | 0 | E | E7 | 47 | 33 |
| Octal | 50 | 103 | 333 | 122 | 105 | 0 | 16 | 347 | 107 | 63 |
| Binary | 101000 | 1000011 | 11011011 | 1010010 | 1000101 | 0 | 1110 | 11100111 | 1000111 | 110011 |
Color Harmonies of #2843DB
Complementary color
Monochromatic Colors of #2843DB
Black with #2843DB
Text Example
Text Example
White with #2843DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2843DB; }
p { color: rgb(40,67,219); }
H1.HeaderClassName
{
color: #2843DB;
}
.AnyTagClassName
{
color: #2843DB;
}
</style>
background-color css
<style>
a { background-color: #2843DB; }
a { background-color: rgb(40,67,219); }
div.DivClassName
{
background-color: #2843DB;
}
.BgClassName
{
background-color: #2843DB;
}
</style>
border-color css
<style>
span { border-color: #2843DB; }
span { border-color: rgb(40,67,219); }
td.TdClassName
{
border-color: #2843DB;
}
.TagClassName
{
border-color: #2843DB;
}
</style>