Shades of Royal Blue #254FEB
Tints of Royal Blue #254FEB
RGB
CMYK
RGB Variations
Color information
#254FEB (or 0x254FEB) is known color: Royal Blue. HEX triplet: 25, 4F and EB. RGB value is (37,79,235). Sum of RGB (Red+Green+Blue) = 37+79+235=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #254FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254FEB is #DAB014. Grayscale: #535353. Windows color (decimal): -14331925 or 15421221. OLE color: 15421221.
HSL color Cylindrical-coordinate representation of color #254FEB: hue angle of 227.27º degrees, saturation: 0.83, 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 #254FEB is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 79 | 235 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.08 |
| HSL | 227.27º | 0.83% | 0.53% | - |
| HSV(B) | 227.27º | 0.84% | 0.92% | - |
| XYZ | 18.55 | 11.98 | 79.93 | - |
| YUV | 84.23 | 213.09 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 235 | 0.84 | 0.66 | 0 | 0.08 | 227.27 | 0.83 | 0.53 |
| Hex | 25 | 4F | EB | 54 | 42 | 0 | 8 | E3 | 53 | 35 |
| Octal | 45 | 117 | 353 | 124 | 102 | 0 | 10 | 343 | 123 | 65 |
| Binary | 100101 | 1001111 | 11101011 | 1010100 | 1000010 | 0 | 1000 | 11100011 | 1010011 | 110101 |
Color Harmonies of #254FEB
Complementary color
Monochromatic Colors of #254FEB
Black with #254FEB
Text Example
Text Example
White with #254FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254FEB; }
p { color: rgb(37,79,235); }
H1.HeaderClassName
{
color: #254FEB;
}
.AnyTagClassName
{
color: #254FEB;
}
</style>
background-color css
<style>
a { background-color: #254FEB; }
a { background-color: rgb(37,79,235); }
div.DivClassName
{
background-color: #254FEB;
}
.BgClassName
{
background-color: #254FEB;
}
</style>
border-color css
<style>
span { border-color: #254FEB; }
span { border-color: rgb(37,79,235); }
td.TdClassName
{
border-color: #254FEB;
}
.TagClassName
{
border-color: #254FEB;
}
</style>