Shades of Cerulean Blue #2245DD
Tints of Cerulean Blue #2245DD
RGB
CMYK
RGB Variations
Color information
#2245DD (or 0x2245DD) is known color: Cerulean Blue. HEX triplet: 22, 45 and DD. RGB value is (34,69,221). Sum of RGB (Red+Green+Blue) = 34+69+221=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #2245DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2245DD is #DDBA22. Grayscale: #4B4B4B. Windows color (decimal): -14531107 or 14501154. OLE color: 14501154.
HSL color Cylindrical-coordinate representation of color #2245DD: hue angle of 228.77º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2245DD is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 69 | 221 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.13 |
| HSL | 228.77º | 0.73% | 0.5% | - |
| HSV(B) | 228.77º | 0.85% | 0.87% | - |
| XYZ | 15.84 | 9.82 | 69.47 | - |
| YUV | 75.86 | 209.9 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 69 | 221 | 0.85 | 0.69 | 0 | 0.13 | 228.77 | 0.73 | 0.5 |
| Hex | 22 | 45 | DD | 55 | 45 | 0 | D | E5 | 49 | 32 |
| Octal | 42 | 105 | 335 | 125 | 105 | 0 | 15 | 345 | 111 | 62 |
| Binary | 100010 | 1000101 | 11011101 | 1010101 | 1000101 | 0 | 1101 | 11100101 | 1001001 | 110010 |
Color Harmonies of #2245DD
Complementary color
Monochromatic Colors of #2245DD
Black with #2245DD
Text Example
Text Example
White with #2245DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2245DD; }
p { color: rgb(34,69,221); }
H1.HeaderClassName
{
color: #2245DD;
}
.AnyTagClassName
{
color: #2245DD;
}
</style>
background-color css
<style>
a { background-color: #2245DD; }
a { background-color: rgb(34,69,221); }
div.DivClassName
{
background-color: #2245DD;
}
.BgClassName
{
background-color: #2245DD;
}
</style>
border-color css
<style>
span { border-color: #2245DD; }
span { border-color: rgb(34,69,221); }
td.TdClassName
{
border-color: #2245DD;
}
.TagClassName
{
border-color: #2245DD;
}
</style>