Shades of Cerulean Blue #2845DB
Tints of Cerulean Blue #2845DB
RGB
CMYK
RGB Variations
Color information
#2845DB (or 0x2845DB) is known color: Cerulean Blue. HEX triplet: 28, 45 and DB. RGB value is (40,69,219). Sum of RGB (Red+Green+Blue) = 40+69+219=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #2845DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2845DB is #D7BA24. Grayscale: #4C4C4C. Windows color (decimal): -14137893 or 14370088. OLE color: 14370088.
HSL color Cylindrical-coordinate representation of color #2845DB: hue angle of 230.28º 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 #2845DB is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 69 | 219 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.14 |
| HSL | 230.28º | 0.71% | 0.51% | - |
| HSV(B) | 230.28º | 0.82% | 0.86% | - |
| XYZ | 15.79 | 9.82 | 68.08 | - |
| YUV | 77.43 | 207.89 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 219 | 0.82 | 0.68 | 0 | 0.14 | 230.28 | 0.71 | 0.51 |
| Hex | 28 | 45 | DB | 52 | 44 | 0 | E | E6 | 47 | 33 |
| Octal | 50 | 105 | 333 | 122 | 104 | 0 | 16 | 346 | 107 | 63 |
| Binary | 101000 | 1000101 | 11011011 | 1010010 | 1000100 | 0 | 1110 | 11100110 | 1000111 | 110011 |
Color Harmonies of #2845DB
Complementary color
Monochromatic Colors of #2845DB
Black with #2845DB
Text Example
Text Example
White with #2845DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2845DB; }
p { color: rgb(40,69,219); }
H1.HeaderClassName
{
color: #2845DB;
}
.AnyTagClassName
{
color: #2845DB;
}
</style>
background-color css
<style>
a { background-color: #2845DB; }
a { background-color: rgb(40,69,219); }
div.DivClassName
{
background-color: #2845DB;
}
.BgClassName
{
background-color: #2845DB;
}
</style>
border-color css
<style>
span { border-color: #2845DB; }
span { border-color: rgb(40,69,219); }
td.TdClassName
{
border-color: #2845DB;
}
.TagClassName
{
border-color: #2845DB;
}
</style>