Shades of Cerulean Blue #2553DC
Tints of Cerulean Blue #2553DC
RGB
CMYK
RGB Variations
Color information
#2553DC (or 0x2553DC) is known color: Cerulean Blue. HEX triplet: 25, 53 and DC. RGB value is (37,83,220). Sum of RGB (Red+Green+Blue) = 37+83+220=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #2553DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2553DC is #DAAC23. Grayscale: #545454. Windows color (decimal): -14330916 or 14439205. OLE color: 14439205.
HSL color Cylindrical-coordinate representation of color #2553DC: hue angle of 224.92º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2553DC is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 83 | 220 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.14 |
| HSL | 224.92º | 0.72% | 0.5% | - |
| HSV(B) | 224.92º | 0.83% | 0.86% | - |
| XYZ | 16.77 | 11.75 | 69.09 | - |
| YUV | 84.86 | 204.26 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 220 | 0.83 | 0.62 | 0 | 0.14 | 224.92 | 0.72 | 0.5 |
| Hex | 25 | 53 | DC | 53 | 3E | 0 | E | E1 | 48 | 32 |
| Octal | 45 | 123 | 334 | 123 | 76 | 0 | 16 | 341 | 110 | 62 |
| Binary | 100101 | 1010011 | 11011100 | 1010011 | 111110 | 0 | 1110 | 11100001 | 1001000 | 110010 |
Color Harmonies of #2553DC
Complementary color
Monochromatic Colors of #2553DC
Black with #2553DC
Text Example
Text Example
White with #2553DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2553DC; }
p { color: rgb(37,83,220); }
H1.HeaderClassName
{
color: #2553DC;
}
.AnyTagClassName
{
color: #2553DC;
}
</style>
background-color css
<style>
a { background-color: #2553DC; }
a { background-color: rgb(37,83,220); }
div.DivClassName
{
background-color: #2553DC;
}
.BgClassName
{
background-color: #2553DC;
}
</style>
border-color css
<style>
span { border-color: #2553DC; }
span { border-color: rgb(37,83,220); }
td.TdClassName
{
border-color: #2553DC;
}
.TagClassName
{
border-color: #2553DC;
}
</style>