Shades of Cerulean Blue #2544EA
Tints of Cerulean Blue #2544EA
RGB
CMYK
RGB Variations
Color information
#2544EA (or 0x2544EA) is known color: Cerulean Blue. HEX triplet: 25, 44 and EA. RGB value is (37,68,234). Sum of RGB (Red+Green+Blue) = 37+68+234=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 234 (91.80% from 255 or 69.03% from 339); Max value from RGB is 234 - color contains mainly: blue. Hex color #2544EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2544EA is #DABB15. Grayscale: #4C4C4C. Windows color (decimal): -14334742 or 15352869. OLE color: 15352869.
HSL color Cylindrical-coordinate representation of color #2544EA: hue angle of 230.56º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2544EA is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 68 | 234 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.08 |
| HSL | 230.56º | 0.82% | 0.53% | - |
| HSV(B) | 230.56º | 0.84% | 0.92% | - |
| XYZ | 17.68 | 10.47 | 78.93 | - |
| YUV | 77.66 | 216.23 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 234 | 0.84 | 0.71 | 0 | 0.08 | 230.56 | 0.82 | 0.53 |
| Hex | 25 | 44 | EA | 54 | 47 | 0 | 8 | E7 | 52 | 35 |
| Octal | 45 | 104 | 352 | 124 | 107 | 0 | 10 | 347 | 122 | 65 |
| Binary | 100101 | 1000100 | 11101010 | 1010100 | 1000111 | 0 | 1000 | 11100111 | 1010010 | 110101 |
Color Harmonies of #2544EA
Complementary color
Monochromatic Colors of #2544EA
Black with #2544EA
Text Example
Text Example
White with #2544EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2544EA; }
p { color: rgb(37,68,234); }
H1.HeaderClassName
{
color: #2544EA;
}
.AnyTagClassName
{
color: #2544EA;
}
</style>
background-color css
<style>
a { background-color: #2544EA; }
a { background-color: rgb(37,68,234); }
div.DivClassName
{
background-color: #2544EA;
}
.BgClassName
{
background-color: #2544EA;
}
</style>
border-color css
<style>
span { border-color: #2544EA; }
span { border-color: rgb(37,68,234); }
td.TdClassName
{
border-color: #2544EA;
}
.TagClassName
{
border-color: #2544EA;
}
</style>