Shades of Royal Blue #254EEE
Tints of Royal Blue #254EEE
RGB
CMYK
RGB Variations
Color information
#254EEE (or 0x254EEE) is known color: Royal Blue. HEX triplet: 25, 4E and EE. RGB value is (37,78,238). Sum of RGB (Red+Green+Blue) = 37+78+238=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #254EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254EEE is #DAB111. Grayscale: #535353. Windows color (decimal): -14332178 or 15617573. OLE color: 15617573.
HSL color Cylindrical-coordinate representation of color #254EEE: hue angle of 227.76º degrees, saturation: 0.86, 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 #254EEE is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 78 | 238 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.07 |
| HSL | 227.76º | 0.86% | 0.54% | - |
| HSV(B) | 227.76º | 0.84% | 0.93% | - |
| XYZ | 18.92 | 12.02 | 82.21 | - |
| YUV | 83.98 | 214.92 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 238 | 0.84 | 0.67 | 0 | 0.07 | 227.76 | 0.86 | 0.54 |
| Hex | 25 | 4E | EE | 54 | 43 | 0 | 7 | E4 | 56 | 36 |
| Octal | 45 | 116 | 356 | 124 | 103 | 0 | 7 | 344 | 126 | 66 |
| Binary | 100101 | 1001110 | 11101110 | 1010100 | 1000011 | 0 | 111 | 11100100 | 1010110 | 110110 |
Color Harmonies of #254EEE
Complementary color
Monochromatic Colors of #254EEE
Black with #254EEE
Text Example
Text Example
White with #254EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254EEE; }
p { color: rgb(37,78,238); }
H1.HeaderClassName
{
color: #254EEE;
}
.AnyTagClassName
{
color: #254EEE;
}
</style>
background-color css
<style>
a { background-color: #254EEE; }
a { background-color: rgb(37,78,238); }
div.DivClassName
{
background-color: #254EEE;
}
.BgClassName
{
background-color: #254EEE;
}
</style>
border-color css
<style>
span { border-color: #254EEE; }
span { border-color: rgb(37,78,238); }
td.TdClassName
{
border-color: #254EEE;
}
.TagClassName
{
border-color: #254EEE;
}
</style>