Shades of Royal Blue #254EED
Tints of Royal Blue #254EED
RGB
CMYK
RGB Variations
Color information
#254EED (or 0x254EED) is known color: Royal Blue. HEX triplet: 25, 4E and ED. RGB value is (37,78,237). Sum of RGB (Red+Green+Blue) = 37+78+237=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #254EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254EED is #DAB112. Grayscale: #535353. Windows color (decimal): -14332179 or 15552037. OLE color: 15552037.
HSL color Cylindrical-coordinate representation of color #254EED: hue angle of 227.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #254EED is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 78 | 237 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.07 |
| HSL | 227.7º | 0.85% | 0.54% | - |
| HSV(B) | 227.7º | 0.84% | 0.93% | - |
| XYZ | 18.77 | 11.96 | 81.44 | - |
| YUV | 83.87 | 214.42 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 237 | 0.84 | 0.67 | 0 | 0.07 | 227.7 | 0.85 | 0.54 |
| Hex | 25 | 4E | ED | 54 | 43 | 0 | 7 | E4 | 55 | 36 |
| Octal | 45 | 116 | 355 | 124 | 103 | 0 | 7 | 344 | 125 | 66 |
| Binary | 100101 | 1001110 | 11101101 | 1010100 | 1000011 | 0 | 111 | 11100100 | 1010101 | 110110 |
Color Harmonies of #254EED
Complementary color
Monochromatic Colors of #254EED
Black with #254EED
Text Example
Text Example
White with #254EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254EED; }
p { color: rgb(37,78,237); }
H1.HeaderClassName
{
color: #254EED;
}
.AnyTagClassName
{
color: #254EED;
}
</style>
background-color css
<style>
a { background-color: #254EED; }
a { background-color: rgb(37,78,237); }
div.DivClassName
{
background-color: #254EED;
}
.BgClassName
{
background-color: #254EED;
}
</style>
border-color css
<style>
span { border-color: #254EED; }
span { border-color: rgb(37,78,237); }
td.TdClassName
{
border-color: #254EED;
}
.TagClassName
{
border-color: #254EED;
}
</style>