Shades of Cerulean Blue #2257DD
Tints of Cerulean Blue #2257DD
RGB
CMYK
RGB Variations
Color information
#2257DD (or 0x2257DD) is known color: Cerulean Blue. HEX triplet: 22, 57 and DD. RGB value is (34,87,221). Sum of RGB (Red+Green+Blue) = 34+87+221=342 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.94% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #2257DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2257DD is #DDA822. Grayscale: #555555. Windows color (decimal): -14526499 or 14505762. OLE color: 14505762.
HSL color Cylindrical-coordinate representation of color #2257DD: hue angle of 222.99º 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 #2257DD is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 87 | 221 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.13 |
| HSL | 222.99º | 0.73% | 0.5% | - |
| HSV(B) | 222.99º | 0.85% | 0.87% | - |
| XYZ | 17.12 | 12.38 | 69.89 | - |
| YUV | 86.43 | 203.94 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 87 | 221 | 0.85 | 0.61 | 0 | 0.13 | 222.99 | 0.73 | 0.5 |
| Hex | 22 | 57 | DD | 55 | 3D | 0 | D | DF | 49 | 32 |
| Octal | 42 | 127 | 335 | 125 | 75 | 0 | 15 | 337 | 111 | 62 |
| Binary | 100010 | 1010111 | 11011101 | 1010101 | 111101 | 0 | 1101 | 11011111 | 1001001 | 110010 |
Color Harmonies of #2257DD
Complementary color
Monochromatic Colors of #2257DD
Black with #2257DD
Text Example
Text Example
White with #2257DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2257DD; }
p { color: rgb(34,87,221); }
H1.HeaderClassName
{
color: #2257DD;
}
.AnyTagClassName
{
color: #2257DD;
}
</style>
background-color css
<style>
a { background-color: #2257DD; }
a { background-color: rgb(34,87,221); }
div.DivClassName
{
background-color: #2257DD;
}
.BgClassName
{
background-color: #2257DD;
}
</style>
border-color css
<style>
span { border-color: #2257DD; }
span { border-color: rgb(34,87,221); }
td.TdClassName
{
border-color: #2257DD;
}
.TagClassName
{
border-color: #2257DD;
}
</style>