Shades of Cerulean Blue #2553CB
Tints of Cerulean Blue #2553CB
RGB
CMYK
RGB Variations
Color information
#2553CB (or 0x2553CB) is known color: Cerulean Blue. HEX triplet: 25, 53 and CB. RGB value is (37,83,203). Sum of RGB (Red+Green+Blue) = 37+83+203=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #2553CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2553CB is #DAAC34. Grayscale: #525252. Windows color (decimal): -14330933 or 13325093. OLE color: 13325093.
HSL color Cylindrical-coordinate representation of color #2553CB: hue angle of 223.37º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2553CB is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 83 | 203 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.20 |
| HSL | 223.37º | 0.69% | 0.47% | - |
| HSV(B) | 223.37º | 0.82% | 0.8% | - |
| XYZ | 14.64 | 10.89 | 57.83 | - |
| YUV | 82.93 | 195.76 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 203 | 0.82 | 0.59 | 0 | 0.20 | 223.37 | 0.69 | 0.47 |
| Hex | 25 | 53 | CB | 52 | 3B | 0 | 14 | DF | 45 | 2F |
| Octal | 45 | 123 | 313 | 122 | 73 | 0 | 24 | 337 | 105 | 57 |
| Binary | 100101 | 1010011 | 11001011 | 1010010 | 111011 | 0 | 10100 | 11011111 | 1000101 | 101111 |
Color Harmonies of #2553CB
Complementary color
Monochromatic Colors of #2553CB
Black with #2553CB
Text Example
Text Example
White with #2553CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2553CB; }
p { color: rgb(37,83,203); }
H1.HeaderClassName
{
color: #2553CB;
}
.AnyTagClassName
{
color: #2553CB;
}
</style>
background-color css
<style>
a { background-color: #2553CB; }
a { background-color: rgb(37,83,203); }
div.DivClassName
{
background-color: #2553CB;
}
.BgClassName
{
background-color: #2553CB;
}
</style>
border-color css
<style>
span { border-color: #2553CB; }
span { border-color: rgb(37,83,203); }
td.TdClassName
{
border-color: #2553CB;
}
.TagClassName
{
border-color: #2553CB;
}
</style>