Shades of Cerulean Blue #2553CE
Tints of Cerulean Blue #2553CE
RGB
CMYK
RGB Variations
Color information
#2553CE (or 0x2553CE) is known color: Cerulean Blue. HEX triplet: 25, 53 and CE. RGB value is (37,83,206). Sum of RGB (Red+Green+Blue) = 37+83+206=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #2553CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2553CE is #DAAC31. Grayscale: #525252. Windows color (decimal): -14330930 or 13521701. OLE color: 13521701.
HSL color Cylindrical-coordinate representation of color #2553CE: hue angle of 223.67º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2553CE is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 83 | 206 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.19 |
| HSL | 223.67º | 0.7% | 0.48% | - |
| HSV(B) | 223.67º | 0.82% | 0.81% | - |
| XYZ | 15 | 11.04 | 59.73 | - |
| YUV | 83.27 | 197.26 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 206 | 0.82 | 0.60 | 0 | 0.19 | 223.67 | 0.7 | 0.48 |
| Hex | 25 | 53 | CE | 52 | 3C | 0 | 13 | E0 | 46 | 30 |
| Octal | 45 | 123 | 316 | 122 | 74 | 0 | 23 | 340 | 106 | 60 |
| Binary | 100101 | 1010011 | 11001110 | 1010010 | 111100 | 0 | 10011 | 11100000 | 1000110 | 110000 |
Color Harmonies of #2553CE
Complementary color
Monochromatic Colors of #2553CE
Black with #2553CE
Text Example
Text Example
White with #2553CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2553CE; }
p { color: rgb(37,83,206); }
H1.HeaderClassName
{
color: #2553CE;
}
.AnyTagClassName
{
color: #2553CE;
}
</style>
background-color css
<style>
a { background-color: #2553CE; }
a { background-color: rgb(37,83,206); }
div.DivClassName
{
background-color: #2553CE;
}
.BgClassName
{
background-color: #2553CE;
}
</style>
border-color css
<style>
span { border-color: #2553CE; }
span { border-color: rgb(37,83,206); }
td.TdClassName
{
border-color: #2553CE;
}
.TagClassName
{
border-color: #2553CE;
}
</style>