Shades of Cerulean Blue #2553CC
Tints of Cerulean Blue #2553CC
RGB
CMYK
RGB Variations
Color information
#2553CC (or 0x2553CC) is known color: Cerulean Blue. HEX triplet: 25, 53 and CC. RGB value is (37,83,204). Sum of RGB (Red+Green+Blue) = 37+83+204=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #2553CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2553CC is #DAAC33. Grayscale: #525252. Windows color (decimal): -14330932 or 13390629. OLE color: 13390629.
HSL color Cylindrical-coordinate representation of color #2553CC: hue angle of 223.47º 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 #2553CC is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 83 | 204 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.2 |
| HSL | 223.47º | 0.69% | 0.47% | - |
| HSV(B) | 223.47º | 0.82% | 0.8% | - |
| XYZ | 14.76 | 10.94 | 58.46 | - |
| YUV | 83.04 | 196.26 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 204 | 0.82 | 0.59 | 0 | 0.2 | 223.47 | 0.69 | 0.47 |
| Hex | 25 | 53 | CC | 52 | 3B | 0 | 14 | DF | 45 | 2F |
| Octal | 45 | 123 | 314 | 122 | 73 | 0 | 24 | 337 | 105 | 57 |
| Binary | 100101 | 1010011 | 11001100 | 1010010 | 111011 | 0 | 10100 | 11011111 | 1000101 | 101111 |
Color Harmonies of #2553CC
Complementary color
Monochromatic Colors of #2553CC
Black with #2553CC
Text Example
Text Example
White with #2553CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2553CC; }
p { color: rgb(37,83,204); }
H1.HeaderClassName
{
color: #2553CC;
}
.AnyTagClassName
{
color: #2553CC;
}
</style>
background-color css
<style>
a { background-color: #2553CC; }
a { background-color: rgb(37,83,204); }
div.DivClassName
{
background-color: #2553CC;
}
.BgClassName
{
background-color: #2553CC;
}
</style>
border-color css
<style>
span { border-color: #2553CC; }
span { border-color: rgb(37,83,204); }
td.TdClassName
{
border-color: #2553CC;
}
.TagClassName
{
border-color: #2553CC;
}
</style>