Shades of Cerulean Blue #2255DD
Tints of Cerulean Blue #2255DD
RGB
CMYK
RGB Variations
Color information
#2255DD (or 0x2255DD) is known color: Cerulean Blue. HEX triplet: 22, 55 and DD. RGB value is (34,85,221). Sum of RGB (Red+Green+Blue) = 34+85+221=340 (45% of max value = 765). Red value is 34 (13.67% from 255 or 10% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #2255DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2255DD is #DDAA22. Grayscale: #545454. Windows color (decimal): -14527011 or 14505250. OLE color: 14505250.
HSL color Cylindrical-coordinate representation of color #2255DD: hue angle of 223.64º 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 #2255DD is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 85 | 221 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.13 |
| HSL | 223.64º | 0.73% | 0.5% | - |
| HSV(B) | 223.64º | 0.85% | 0.87% | - |
| XYZ | 16.96 | 12.06 | 69.84 | - |
| YUV | 85.26 | 204.6 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 85 | 221 | 0.85 | 0.62 | 0 | 0.13 | 223.64 | 0.73 | 0.5 |
| Hex | 22 | 55 | DD | 55 | 3E | 0 | D | E0 | 49 | 32 |
| Octal | 42 | 125 | 335 | 125 | 76 | 0 | 15 | 340 | 111 | 62 |
| Binary | 100010 | 1010101 | 11011101 | 1010101 | 111110 | 0 | 1101 | 11100000 | 1001001 | 110010 |
Color Harmonies of #2255DD
Complementary color
Monochromatic Colors of #2255DD
Black with #2255DD
Text Example
Text Example
White with #2255DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2255DD; }
p { color: rgb(34,85,221); }
H1.HeaderClassName
{
color: #2255DD;
}
.AnyTagClassName
{
color: #2255DD;
}
</style>
background-color css
<style>
a { background-color: #2255DD; }
a { background-color: rgb(34,85,221); }
div.DivClassName
{
background-color: #2255DD;
}
.BgClassName
{
background-color: #2255DD;
}
</style>
border-color css
<style>
span { border-color: #2255DD; }
span { border-color: rgb(34,85,221); }
td.TdClassName
{
border-color: #2255DD;
}
.TagClassName
{
border-color: #2255DD;
}
</style>