Shades of Cerulean Blue #2854DB
Tints of Cerulean Blue #2854DB
RGB
CMYK
RGB Variations
Color information
#2854DB (or 0x2854DB) is known color: Cerulean Blue. HEX triplet: 28, 54 and DB. RGB value is (40,84,219). Sum of RGB (Red+Green+Blue) = 40+84+219=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #2854DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2854DB is #D7AB24. Grayscale: #555555. Windows color (decimal): -14134053 or 14373928. OLE color: 14373928.
HSL color Cylindrical-coordinate representation of color #2854DB: hue angle of 225.25º 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 #2854DB is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 84 | 219 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.14 |
| HSL | 225.25º | 0.71% | 0.51% | - |
| HSV(B) | 225.25º | 0.82% | 0.86% | - |
| XYZ | 16.83 | 11.91 | 68.43 | - |
| YUV | 86.23 | 202.92 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 219 | 0.82 | 0.62 | 0 | 0.14 | 225.25 | 0.71 | 0.51 |
| Hex | 28 | 54 | DB | 52 | 3E | 0 | E | E1 | 47 | 33 |
| Octal | 50 | 124 | 333 | 122 | 76 | 0 | 16 | 341 | 107 | 63 |
| Binary | 101000 | 1010100 | 11011011 | 1010010 | 111110 | 0 | 1110 | 11100001 | 1000111 | 110011 |
Color Harmonies of #2854DB
Complementary color
Monochromatic Colors of #2854DB
Black with #2854DB
Text Example
Text Example
White with #2854DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2854DB; }
p { color: rgb(40,84,219); }
H1.HeaderClassName
{
color: #2854DB;
}
.AnyTagClassName
{
color: #2854DB;
}
</style>
background-color css
<style>
a { background-color: #2854DB; }
a { background-color: rgb(40,84,219); }
div.DivClassName
{
background-color: #2854DB;
}
.BgClassName
{
background-color: #2854DB;
}
</style>
border-color css
<style>
span { border-color: #2854DB; }
span { border-color: rgb(40,84,219); }
td.TdClassName
{
border-color: #2854DB;
}
.TagClassName
{
border-color: #2854DB;
}
</style>