Shades of Cerulean Blue #2853DB
Tints of Cerulean Blue #2853DB
RGB
CMYK
RGB Variations
Color information
#2853DB (or 0x2853DB) is known color: Cerulean Blue. HEX triplet: 28, 53 and DB. RGB value is (40,83,219). Sum of RGB (Red+Green+Blue) = 40+83+219=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #2853DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2853DB is #D7AC24. Grayscale: #555555. Windows color (decimal): -14134309 or 14373672. OLE color: 14373672.
HSL color Cylindrical-coordinate representation of color #2853DB: hue angle of 225.59º 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 #2853DB is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 83 | 219 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.14 |
| HSL | 225.59º | 0.71% | 0.51% | - |
| HSV(B) | 225.59º | 0.82% | 0.86% | - |
| XYZ | 16.75 | 11.75 | 68.4 | - |
| YUV | 85.65 | 203.25 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 219 | 0.82 | 0.62 | 0 | 0.14 | 225.59 | 0.71 | 0.51 |
| Hex | 28 | 53 | DB | 52 | 3E | 0 | E | E2 | 47 | 33 |
| Octal | 50 | 123 | 333 | 122 | 76 | 0 | 16 | 342 | 107 | 63 |
| Binary | 101000 | 1010011 | 11011011 | 1010010 | 111110 | 0 | 1110 | 11100010 | 1000111 | 110011 |
Color Harmonies of #2853DB
Complementary color
Monochromatic Colors of #2853DB
Black with #2853DB
Text Example
Text Example
White with #2853DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2853DB; }
p { color: rgb(40,83,219); }
H1.HeaderClassName
{
color: #2853DB;
}
.AnyTagClassName
{
color: #2853DB;
}
</style>
background-color css
<style>
a { background-color: #2853DB; }
a { background-color: rgb(40,83,219); }
div.DivClassName
{
background-color: #2853DB;
}
.BgClassName
{
background-color: #2853DB;
}
</style>
border-color css
<style>
span { border-color: #2853DB; }
span { border-color: rgb(40,83,219); }
td.TdClassName
{
border-color: #2853DB;
}
.TagClassName
{
border-color: #2853DB;
}
</style>