Shades of Cerulean Blue #2849DB
Tints of Cerulean Blue #2849DB
RGB
CMYK
RGB Variations
Color information
#2849DB (or 0x2849DB) is known color: Cerulean Blue. HEX triplet: 28, 49 and DB. RGB value is (40,73,219). Sum of RGB (Red+Green+Blue) = 40+73+219=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #2849DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2849DB is #D7B624. Grayscale: #4F4F4F. Windows color (decimal): -14136869 or 14371112. OLE color: 14371112.
HSL color Cylindrical-coordinate representation of color #2849DB: hue angle of 228.94º 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 #2849DB is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 73 | 219 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.14 |
| HSL | 228.94º | 0.71% | 0.51% | - |
| HSV(B) | 228.94º | 0.82% | 0.86% | - |
| XYZ | 16.04 | 10.33 | 68.17 | - |
| YUV | 79.78 | 206.57 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 219 | 0.82 | 0.67 | 0 | 0.14 | 228.94 | 0.71 | 0.51 |
| Hex | 28 | 49 | DB | 52 | 43 | 0 | E | E5 | 47 | 33 |
| Octal | 50 | 111 | 333 | 122 | 103 | 0 | 16 | 345 | 107 | 63 |
| Binary | 101000 | 1001001 | 11011011 | 1010010 | 1000011 | 0 | 1110 | 11100101 | 1000111 | 110011 |
Color Harmonies of #2849DB
Complementary color
Monochromatic Colors of #2849DB
Black with #2849DB
Text Example
Text Example
White with #2849DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2849DB; }
p { color: rgb(40,73,219); }
H1.HeaderClassName
{
color: #2849DB;
}
.AnyTagClassName
{
color: #2849DB;
}
</style>
background-color css
<style>
a { background-color: #2849DB; }
a { background-color: rgb(40,73,219); }
div.DivClassName
{
background-color: #2849DB;
}
.BgClassName
{
background-color: #2849DB;
}
</style>
border-color css
<style>
span { border-color: #2849DB; }
span { border-color: rgb(40,73,219); }
td.TdClassName
{
border-color: #2849DB;
}
.TagClassName
{
border-color: #2849DB;
}
</style>