Shades of Royal Blue #254DEE
Tints of Royal Blue #254DEE
RGB
CMYK
RGB Variations
Color information
#254DEE (or 0x254DEE) is known color: Royal Blue. HEX triplet: 25, 4D and EE. RGB value is (37,77,238). Sum of RGB (Red+Green+Blue) = 37+77+238=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #254DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254DEE is #DAB211. Grayscale: #525252. Windows color (decimal): -14332434 or 15617317. OLE color: 15617317.
HSL color Cylindrical-coordinate representation of color #254DEE: hue angle of 228.06º 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 #254DEE is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 77 | 238 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.07 |
| HSL | 228.06º | 0.86% | 0.54% | - |
| HSV(B) | 228.06º | 0.84% | 0.93% | - |
| XYZ | 18.85 | 11.87 | 82.19 | - |
| YUV | 83.39 | 215.25 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 238 | 0.84 | 0.68 | 0 | 0.07 | 228.06 | 0.86 | 0.54 |
| Hex | 25 | 4D | EE | 54 | 44 | 0 | 7 | E4 | 56 | 36 |
| Octal | 45 | 115 | 356 | 124 | 104 | 0 | 7 | 344 | 126 | 66 |
| Binary | 100101 | 1001101 | 11101110 | 1010100 | 1000100 | 0 | 111 | 11100100 | 1010110 | 110110 |
Color Harmonies of #254DEE
Complementary color
Monochromatic Colors of #254DEE
Black with #254DEE
Text Example
Text Example
White with #254DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254DEE; }
p { color: rgb(37,77,238); }
H1.HeaderClassName
{
color: #254DEE;
}
.AnyTagClassName
{
color: #254DEE;
}
</style>
background-color css
<style>
a { background-color: #254DEE; }
a { background-color: rgb(37,77,238); }
div.DivClassName
{
background-color: #254DEE;
}
.BgClassName
{
background-color: #254DEE;
}
</style>
border-color css
<style>
span { border-color: #254DEE; }
span { border-color: rgb(37,77,238); }
td.TdClassName
{
border-color: #254DEE;
}
.TagClassName
{
border-color: #254DEE;
}
</style>