Shades of Cerulean Blue #2953DD
Tints of Cerulean Blue #2953DD
RGB
CMYK
RGB Variations
Color information
#2953DD (or 0x2953DD) is known color: Cerulean Blue. HEX triplet: 29, 53 and DD. RGB value is (41,83,221). Sum of RGB (Red+Green+Blue) = 41+83+221=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #2953DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2953DD is #D6AC22. Grayscale: #555555. Windows color (decimal): -14068771 or 14504745. OLE color: 14504745.
HSL color Cylindrical-coordinate representation of color #2953DD: hue angle of 226º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2953DD is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 83 | 221 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.13 |
| HSL | 226º | 0.73% | 0.51% | - |
| HSV(B) | 226º | 0.81% | 0.87% | - |
| XYZ | 17.06 | 11.88 | 69.8 | - |
| YUV | 86.17 | 204.09 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 221 | 0.81 | 0.62 | 0 | 0.13 | 226 | 0.73 | 0.51 |
| Hex | 29 | 53 | DD | 51 | 3E | 0 | D | E2 | 49 | 33 |
| Octal | 51 | 123 | 335 | 121 | 76 | 0 | 15 | 342 | 111 | 63 |
| Binary | 101001 | 1010011 | 11011101 | 1010001 | 111110 | 0 | 1101 | 11100010 | 1001001 | 110011 |
Color Harmonies of #2953DD
Complementary color
Monochromatic Colors of #2953DD
Black with #2953DD
Text Example
Text Example
White with #2953DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2953DD; }
p { color: rgb(41,83,221); }
H1.HeaderClassName
{
color: #2953DD;
}
.AnyTagClassName
{
color: #2953DD;
}
</style>
background-color css
<style>
a { background-color: #2953DD; }
a { background-color: rgb(41,83,221); }
div.DivClassName
{
background-color: #2953DD;
}
.BgClassName
{
background-color: #2953DD;
}
</style>
border-color css
<style>
span { border-color: #2953DD; }
span { border-color: rgb(41,83,221); }
td.TdClassName
{
border-color: #2953DD;
}
.TagClassName
{
border-color: #2953DD;
}
</style>