Shades of Cerulean Blue #2554E0
Tints of Cerulean Blue #2554E0
RGB
CMYK
RGB Variations
Color information
#2554E0 (or 0x2554E0) is known color: Cerulean Blue. HEX triplet: 25, 54 and E0. RGB value is (37,84,224). Sum of RGB (Red+Green+Blue) = 37+84+224=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 224 (87.89% from 255 or 64.93% from 345); Max value from RGB is 224 - color contains mainly: blue. Hex color #2554E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2554E0 is #DAAB1F. Grayscale: #555555. Windows color (decimal): -14330656 or 14701605. OLE color: 14701605.
HSL color Cylindrical-coordinate representation of color #2554E0: hue angle of 224.92º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2554E0 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 84 | 224 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.12 |
| HSL | 224.92º | 0.75% | 0.51% | - |
| HSV(B) | 224.92º | 0.83% | 0.88% | - |
| XYZ | 17.39 | 12.12 | 71.94 | - |
| YUV | 85.91 | 205.93 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 224 | 0.83 | 0.62 | 0 | 0.12 | 224.92 | 0.75 | 0.51 |
| Hex | 25 | 54 | E0 | 53 | 3E | 0 | C | E1 | 4B | 33 |
| Octal | 45 | 124 | 340 | 123 | 76 | 0 | 14 | 341 | 113 | 63 |
| Binary | 100101 | 1010100 | 11100000 | 1010011 | 111110 | 0 | 1100 | 11100001 | 1001011 | 110011 |
Color Harmonies of #2554E0
Complementary color
Monochromatic Colors of #2554E0
Black with #2554E0
Text Example
Text Example
White with #2554E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2554E0; }
p { color: rgb(37,84,224); }
H1.HeaderClassName
{
color: #2554E0;
}
.AnyTagClassName
{
color: #2554E0;
}
</style>
background-color css
<style>
a { background-color: #2554E0; }
a { background-color: rgb(37,84,224); }
div.DivClassName
{
background-color: #2554E0;
}
.BgClassName
{
background-color: #2554E0;
}
</style>
border-color css
<style>
span { border-color: #2554E0; }
span { border-color: rgb(37,84,224); }
td.TdClassName
{
border-color: #2554E0;
}
.TagClassName
{
border-color: #2554E0;
}
</style>