Shades of Cerulean Blue #2852DB
Tints of Cerulean Blue #2852DB
RGB
CMYK
RGB Variations
Color information
#2852DB (or 0x2852DB) is known color: Cerulean Blue. HEX triplet: 28, 52 and DB. RGB value is (40,82,219). Sum of RGB (Red+Green+Blue) = 40+82+219=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #2852DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2852DB is #D7AD24. Grayscale: #545454. Windows color (decimal): -14134565 or 14373416. OLE color: 14373416.
HSL color Cylindrical-coordinate representation of color #2852DB: hue angle of 225.92º 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 #2852DB is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 82 | 219 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.14 |
| HSL | 225.92º | 0.71% | 0.51% | - |
| HSV(B) | 225.92º | 0.82% | 0.86% | - |
| XYZ | 16.68 | 11.6 | 68.38 | - |
| YUV | 85.06 | 203.59 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 219 | 0.82 | 0.63 | 0 | 0.14 | 225.92 | 0.71 | 0.51 |
| Hex | 28 | 52 | DB | 52 | 3F | 0 | E | E2 | 47 | 33 |
| Octal | 50 | 122 | 333 | 122 | 77 | 0 | 16 | 342 | 107 | 63 |
| Binary | 101000 | 1010010 | 11011011 | 1010010 | 111111 | 0 | 1110 | 11100010 | 1000111 | 110011 |
Color Harmonies of #2852DB
Complementary color
Monochromatic Colors of #2852DB
Black with #2852DB
Text Example
Text Example
White with #2852DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2852DB; }
p { color: rgb(40,82,219); }
H1.HeaderClassName
{
color: #2852DB;
}
.AnyTagClassName
{
color: #2852DB;
}
</style>
background-color css
<style>
a { background-color: #2852DB; }
a { background-color: rgb(40,82,219); }
div.DivClassName
{
background-color: #2852DB;
}
.BgClassName
{
background-color: #2852DB;
}
</style>
border-color css
<style>
span { border-color: #2852DB; }
span { border-color: rgb(40,82,219); }
td.TdClassName
{
border-color: #2852DB;
}
.TagClassName
{
border-color: #2852DB;
}
</style>