Shades of Cerulean Blue #2253CC
Tints of Cerulean Blue #2253CC
RGB
CMYK
RGB Variations
Color information
#2253CC (or 0x2253CC) is known color: Cerulean Blue. HEX triplet: 22, 53 and CC. RGB value is (34,83,204). Sum of RGB (Red+Green+Blue) = 34+83+204=321 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.59% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #2253CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2253CC is #DDAC33. Grayscale: #515151. Windows color (decimal): -14527540 or 13390626. OLE color: 13390626.
HSL color Cylindrical-coordinate representation of color #2253CC: hue angle of 222.71º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2253CC is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 83 | 204 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.2 |
| HSL | 222.71º | 0.71% | 0.47% | - |
| HSV(B) | 222.71º | 0.83% | 0.8% | - |
| XYZ | 14.65 | 10.89 | 58.46 | - |
| YUV | 82.14 | 196.77 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 83 | 204 | 0.83 | 0.59 | 0 | 0.2 | 222.71 | 0.71 | 0.47 |
| Hex | 22 | 53 | CC | 53 | 3B | 0 | 14 | DF | 47 | 2F |
| Octal | 42 | 123 | 314 | 123 | 73 | 0 | 24 | 337 | 107 | 57 |
| Binary | 100010 | 1010011 | 11001100 | 1010011 | 111011 | 0 | 10100 | 11011111 | 1000111 | 101111 |
Color Harmonies of #2253CC
Complementary color
Monochromatic Colors of #2253CC
Black with #2253CC
Text Example
Text Example
White with #2253CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2253CC; }
p { color: rgb(34,83,204); }
H1.HeaderClassName
{
color: #2253CC;
}
.AnyTagClassName
{
color: #2253CC;
}
</style>
background-color css
<style>
a { background-color: #2253CC; }
a { background-color: rgb(34,83,204); }
div.DivClassName
{
background-color: #2253CC;
}
.BgClassName
{
background-color: #2253CC;
}
</style>
border-color css
<style>
span { border-color: #2253CC; }
span { border-color: rgb(34,83,204); }
td.TdClassName
{
border-color: #2253CC;
}
.TagClassName
{
border-color: #2253CC;
}
</style>