Shades of Royal Blue #254EE8
Tints of Royal Blue #254EE8
RGB
CMYK
RGB Variations
Color information
#254EE8 (or 0x254EE8) is known color: Royal Blue. HEX triplet: 25, 4E and E8. RGB value is (37,78,232). Sum of RGB (Red+Green+Blue) = 37+78+232=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 232 (91.02% from 255 or 66.86% from 347); Max value from RGB is 232 - color contains mainly: blue. Hex color #254EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254EE8 is #DAB117. Grayscale: #525252. Windows color (decimal): -14332184 or 15224357. OLE color: 15224357.
HSL color Cylindrical-coordinate representation of color #254EE8: hue angle of 227.38º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #254EE8 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 78 | 232 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.09 |
| HSL | 227.38º | 0.81% | 0.53% | - |
| HSV(B) | 227.38º | 0.84% | 0.91% | - |
| XYZ | 18.05 | 11.67 | 77.64 | - |
| YUV | 83.3 | 211.92 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 232 | 0.84 | 0.66 | 0 | 0.09 | 227.38 | 0.81 | 0.53 |
| Hex | 25 | 4E | E8 | 54 | 42 | 0 | 9 | E3 | 51 | 35 |
| Octal | 45 | 116 | 350 | 124 | 102 | 0 | 11 | 343 | 121 | 65 |
| Binary | 100101 | 1001110 | 11101000 | 1010100 | 1000010 | 0 | 1001 | 11100011 | 1010001 | 110101 |
Color Harmonies of #254EE8
Complementary color
Monochromatic Colors of #254EE8
Black with #254EE8
Text Example
Text Example
White with #254EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254EE8; }
p { color: rgb(37,78,232); }
H1.HeaderClassName
{
color: #254EE8;
}
.AnyTagClassName
{
color: #254EE8;
}
</style>
background-color css
<style>
a { background-color: #254EE8; }
a { background-color: rgb(37,78,232); }
div.DivClassName
{
background-color: #254EE8;
}
.BgClassName
{
background-color: #254EE8;
}
</style>
border-color css
<style>
span { border-color: #254EE8; }
span { border-color: rgb(37,78,232); }
td.TdClassName
{
border-color: #254EE8;
}
.TagClassName
{
border-color: #254EE8;
}
</style>