Shades of Cerulean Blue #254EC9
Tints of Cerulean Blue #254EC9
RGB
CMYK
RGB Variations
Color information
#254EC9 (or 0x254EC9) is known color: Cerulean Blue. HEX triplet: 25, 4E and C9. RGB value is (37,78,201). Sum of RGB (Red+Green+Blue) = 37+78+201=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #254EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254EC9 is #DAB136. Grayscale: #4F4F4F. Windows color (decimal): -14332215 or 13192741. OLE color: 13192741.
HSL color Cylindrical-coordinate representation of color #254EC9: hue angle of 225º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #254EC9 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 78 | 201 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.21 |
| HSL | 225º | 0.69% | 0.47% | - |
| HSV(B) | 225º | 0.82% | 0.79% | - |
| XYZ | 14.03 | 10.06 | 56.46 | - |
| YUV | 79.76 | 196.42 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 201 | 0.82 | 0.61 | 0 | 0.21 | 225 | 0.69 | 0.47 |
| Hex | 25 | 4E | C9 | 52 | 3D | 0 | 15 | E1 | 45 | 2F |
| Octal | 45 | 116 | 311 | 122 | 75 | 0 | 25 | 341 | 105 | 57 |
| Binary | 100101 | 1001110 | 11001001 | 1010010 | 111101 | 0 | 10101 | 11100001 | 1000101 | 101111 |
Color Harmonies of #254EC9
Complementary color
Monochromatic Colors of #254EC9
Black with #254EC9
Text Example
Text Example
White with #254EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254EC9; }
p { color: rgb(37,78,201); }
H1.HeaderClassName
{
color: #254EC9;
}
.AnyTagClassName
{
color: #254EC9;
}
</style>
background-color css
<style>
a { background-color: #254EC9; }
a { background-color: rgb(37,78,201); }
div.DivClassName
{
background-color: #254EC9;
}
.BgClassName
{
background-color: #254EC9;
}
</style>
border-color css
<style>
span { border-color: #254EC9; }
span { border-color: rgb(37,78,201); }
td.TdClassName
{
border-color: #254EC9;
}
.TagClassName
{
border-color: #254EC9;
}
</style>