Shades of Cerulean Blue #2553C7
Tints of Cerulean Blue #2553C7
RGB
CMYK
RGB Variations
Color information
#2553C7 (or 0x2553C7) is known color: Cerulean Blue. HEX triplet: 25, 53 and C7. RGB value is (37,83,199). Sum of RGB (Red+Green+Blue) = 37+83+199=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 199 (78.12% from 255 or 62.38% from 319); Max value from RGB is 199 - color contains mainly: blue. Hex color #2553C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2553C7 is #DAAC38. Grayscale: #515151. Windows color (decimal): -14330937 or 13062949. OLE color: 13062949.
HSL color Cylindrical-coordinate representation of color #2553C7: hue angle of 222.96º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2553C7 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 83 | 199 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.22 |
| HSL | 222.96º | 0.69% | 0.46% | - |
| HSV(B) | 222.96º | 0.81% | 0.78% | - |
| XYZ | 14.17 | 10.7 | 55.35 | - |
| YUV | 82.47 | 193.76 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 199 | 0.81 | 0.58 | 0 | 0.22 | 222.96 | 0.69 | 0.46 |
| Hex | 25 | 53 | C7 | 51 | 3A | 0 | 16 | DF | 45 | 2E |
| Octal | 45 | 123 | 307 | 121 | 72 | 0 | 26 | 337 | 105 | 56 |
| Binary | 100101 | 1010011 | 11000111 | 1010001 | 111010 | 0 | 10110 | 11011111 | 1000101 | 101110 |
Color Harmonies of #2553C7
Complementary color
Monochromatic Colors of #2553C7
Black with #2553C7
Text Example
Text Example
White with #2553C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2553C7; }
p { color: rgb(37,83,199); }
H1.HeaderClassName
{
color: #2553C7;
}
.AnyTagClassName
{
color: #2553C7;
}
</style>
background-color css
<style>
a { background-color: #2553C7; }
a { background-color: rgb(37,83,199); }
div.DivClassName
{
background-color: #2553C7;
}
.BgClassName
{
background-color: #2553C7;
}
</style>
border-color css
<style>
span { border-color: #2553C7; }
span { border-color: rgb(37,83,199); }
td.TdClassName
{
border-color: #2553C7;
}
.TagClassName
{
border-color: #2553C7;
}
</style>