Shades of Cerulean Blue #2553DF
Tints of Cerulean Blue #2553DF
RGB
CMYK
RGB Variations
Color information
#2553DF (or 0x2553DF) is known color: Cerulean Blue. HEX triplet: 25, 53 and DF. RGB value is (37,83,223). Sum of RGB (Red+Green+Blue) = 37+83+223=343 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.79% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #2553DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2553DF is #DAAC20. Grayscale: #545454. Windows color (decimal): -14330913 or 14635813. OLE color: 14635813.
HSL color Cylindrical-coordinate representation of color #2553DF: hue angle of 225.16º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2553DF is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 83 | 223 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.13 |
| HSL | 225.16º | 0.74% | 0.51% | - |
| HSV(B) | 225.16º | 0.83% | 0.87% | - |
| XYZ | 17.18 | 11.91 | 71.21 | - |
| YUV | 85.21 | 205.76 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 223 | 0.83 | 0.63 | 0 | 0.13 | 225.16 | 0.74 | 0.51 |
| Hex | 25 | 53 | DF | 53 | 3F | 0 | D | E1 | 4A | 33 |
| Octal | 45 | 123 | 337 | 123 | 77 | 0 | 15 | 341 | 112 | 63 |
| Binary | 100101 | 1010011 | 11011111 | 1010011 | 111111 | 0 | 1101 | 11100001 | 1001010 | 110011 |
Color Harmonies of #2553DF
Complementary color
Monochromatic Colors of #2553DF
Black with #2553DF
Text Example
Text Example
White with #2553DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2553DF; }
p { color: rgb(37,83,223); }
H1.HeaderClassName
{
color: #2553DF;
}
.AnyTagClassName
{
color: #2553DF;
}
</style>
background-color css
<style>
a { background-color: #2553DF; }
a { background-color: rgb(37,83,223); }
div.DivClassName
{
background-color: #2553DF;
}
.BgClassName
{
background-color: #2553DF;
}
</style>
border-color css
<style>
span { border-color: #2553DF; }
span { border-color: rgb(37,83,223); }
td.TdClassName
{
border-color: #2553DF;
}
.TagClassName
{
border-color: #2553DF;
}
</style>