Shades of Cerulean Blue #2849DD
Tints of Cerulean Blue #2849DD
RGB
CMYK
RGB Variations
Color information
#2849DD (or 0x2849DD) is known color: Cerulean Blue. HEX triplet: 28, 49 and DD. RGB value is (40,73,221). Sum of RGB (Red+Green+Blue) = 40+73+221=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #2849DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2849DD is #D7B622. Grayscale: #4F4F4F. Windows color (decimal): -14136867 or 14502184. OLE color: 14502184.
HSL color Cylindrical-coordinate representation of color #2849DD: hue angle of 229.06º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2849DD is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 73 | 221 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.13 |
| HSL | 229.06º | 0.73% | 0.51% | - |
| HSV(B) | 229.06º | 0.82% | 0.87% | - |
| XYZ | 16.31 | 10.44 | 69.56 | - |
| YUV | 80.01 | 207.57 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 221 | 0.82 | 0.67 | 0 | 0.13 | 229.06 | 0.73 | 0.51 |
| Hex | 28 | 49 | DD | 52 | 43 | 0 | D | E5 | 49 | 33 |
| Octal | 50 | 111 | 335 | 122 | 103 | 0 | 15 | 345 | 111 | 63 |
| Binary | 101000 | 1001001 | 11011101 | 1010010 | 1000011 | 0 | 1101 | 11100101 | 1001001 | 110011 |
Color Harmonies of #2849DD
Complementary color
Monochromatic Colors of #2849DD
Black with #2849DD
Text Example
Text Example
White with #2849DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2849DD; }
p { color: rgb(40,73,221); }
H1.HeaderClassName
{
color: #2849DD;
}
.AnyTagClassName
{
color: #2849DD;
}
</style>
background-color css
<style>
a { background-color: #2849DD; }
a { background-color: rgb(40,73,221); }
div.DivClassName
{
background-color: #2849DD;
}
.BgClassName
{
background-color: #2849DD;
}
</style>
border-color css
<style>
span { border-color: #2849DD; }
span { border-color: rgb(40,73,221); }
td.TdClassName
{
border-color: #2849DD;
}
.TagClassName
{
border-color: #2849DD;
}
</style>