Shades of Royal Blue #254DEA
Tints of Royal Blue #254DEA
RGB
CMYK
RGB Variations
Color information
#254DEA (or 0x254DEA) is known color: Royal Blue. HEX triplet: 25, 4D and EA. RGB value is (37,77,234). Sum of RGB (Red+Green+Blue) = 37+77+234=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #254DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254DEA is #DAB215. Grayscale: #525252. Windows color (decimal): -14332438 or 15355173. OLE color: 15355173.
HSL color Cylindrical-coordinate representation of color #254DEA: hue angle of 227.82º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #254DEA is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 77 | 234 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.08 |
| HSL | 227.82º | 0.82% | 0.53% | - |
| HSV(B) | 227.82º | 0.84% | 0.92% | - |
| XYZ | 18.27 | 11.64 | 79.13 | - |
| YUV | 82.94 | 213.25 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 234 | 0.84 | 0.67 | 0 | 0.08 | 227.82 | 0.82 | 0.53 |
| Hex | 25 | 4D | EA | 54 | 43 | 0 | 8 | E4 | 52 | 35 |
| Octal | 45 | 115 | 352 | 124 | 103 | 0 | 10 | 344 | 122 | 65 |
| Binary | 100101 | 1001101 | 11101010 | 1010100 | 1000011 | 0 | 1000 | 11100100 | 1010010 | 110101 |
Color Harmonies of #254DEA
Complementary color
Monochromatic Colors of #254DEA
Black with #254DEA
Text Example
Text Example
White with #254DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254DEA; }
p { color: rgb(37,77,234); }
H1.HeaderClassName
{
color: #254DEA;
}
.AnyTagClassName
{
color: #254DEA;
}
</style>
background-color css
<style>
a { background-color: #254DEA; }
a { background-color: rgb(37,77,234); }
div.DivClassName
{
background-color: #254DEA;
}
.BgClassName
{
background-color: #254DEA;
}
</style>
border-color css
<style>
span { border-color: #254DEA; }
span { border-color: rgb(37,77,234); }
td.TdClassName
{
border-color: #254DEA;
}
.TagClassName
{
border-color: #254DEA;
}
</style>