Shades of Royal Blue #254FEC
Tints of Royal Blue #254FEC
RGB
CMYK
RGB Variations
Color information
#254FEC (or 0x254FEC) is known color: Royal Blue. HEX triplet: 25, 4F and EC. RGB value is (37,79,236). Sum of RGB (Red+Green+Blue) = 37+79+236=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #254FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254FEC is #DAB013. Grayscale: #535353. Windows color (decimal): -14331924 or 15486757. OLE color: 15486757.
HSL color Cylindrical-coordinate representation of color #254FEC: hue angle of 227.34º degrees, saturation: 0.84, 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 #254FEC is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 79 | 236 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.07 |
| HSL | 227.34º | 0.84% | 0.54% | - |
| HSV(B) | 227.34º | 0.84% | 0.93% | - |
| XYZ | 18.7 | 12.04 | 80.7 | - |
| YUV | 84.34 | 213.59 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 236 | 0.84 | 0.67 | 0 | 0.07 | 227.34 | 0.84 | 0.54 |
| Hex | 25 | 4F | EC | 54 | 43 | 0 | 7 | E3 | 54 | 36 |
| Octal | 45 | 117 | 354 | 124 | 103 | 0 | 7 | 343 | 124 | 66 |
| Binary | 100101 | 1001111 | 11101100 | 1010100 | 1000011 | 0 | 111 | 11100011 | 1010100 | 110110 |
Color Harmonies of #254FEC
Complementary color
Monochromatic Colors of #254FEC
Black with #254FEC
Text Example
Text Example
White with #254FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254FEC; }
p { color: rgb(37,79,236); }
H1.HeaderClassName
{
color: #254FEC;
}
.AnyTagClassName
{
color: #254FEC;
}
</style>
background-color css
<style>
a { background-color: #254FEC; }
a { background-color: rgb(37,79,236); }
div.DivClassName
{
background-color: #254FEC;
}
.BgClassName
{
background-color: #254FEC;
}
</style>
border-color css
<style>
span { border-color: #254FEC; }
span { border-color: rgb(37,79,236); }
td.TdClassName
{
border-color: #254FEC;
}
.TagClassName
{
border-color: #254FEC;
}
</style>