Shades of Cerulean Blue #2253CE
Tints of Cerulean Blue #2253CE
RGB
CMYK
RGB Variations
Color information
#2253CE (or 0x2253CE) is known color: Cerulean Blue. HEX triplet: 22, 53 and CE. RGB value is (34,83,206). Sum of RGB (Red+Green+Blue) = 34+83+206=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #2253CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2253CE is #DDAC31. Grayscale: #515151. Windows color (decimal): -14527538 or 13521698. OLE color: 13521698.
HSL color Cylindrical-coordinate representation of color #2253CE: hue angle of 222.91º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2253CE is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 83 | 206 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.19 |
| HSL | 222.91º | 0.72% | 0.47% | - |
| HSV(B) | 222.91º | 0.83% | 0.81% | - |
| XYZ | 14.89 | 10.98 | 59.73 | - |
| YUV | 82.37 | 197.77 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 83 | 206 | 0.83 | 0.60 | 0 | 0.19 | 222.91 | 0.72 | 0.47 |
| Hex | 22 | 53 | CE | 53 | 3C | 0 | 13 | DF | 48 | 2F |
| Octal | 42 | 123 | 316 | 123 | 74 | 0 | 23 | 337 | 110 | 57 |
| Binary | 100010 | 1010011 | 11001110 | 1010011 | 111100 | 0 | 10011 | 11011111 | 1001000 | 101111 |
Color Harmonies of #2253CE
Complementary color
Monochromatic Colors of #2253CE
Black with #2253CE
Text Example
Text Example
White with #2253CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2253CE; }
p { color: rgb(34,83,206); }
H1.HeaderClassName
{
color: #2253CE;
}
.AnyTagClassName
{
color: #2253CE;
}
</style>
background-color css
<style>
a { background-color: #2253CE; }
a { background-color: rgb(34,83,206); }
div.DivClassName
{
background-color: #2253CE;
}
.BgClassName
{
background-color: #2253CE;
}
</style>
border-color css
<style>
span { border-color: #2253CE; }
span { border-color: rgb(34,83,206); }
td.TdClassName
{
border-color: #2253CE;
}
.TagClassName
{
border-color: #2253CE;
}
</style>