Shades of Royal Blue #254FEE
Tints of Royal Blue #254FEE
RGB
CMYK
RGB Variations
Color information
#254FEE (or 0x254FEE) is known color: Royal Blue. HEX triplet: 25, 4F and EE. RGB value is (37,79,238). Sum of RGB (Red+Green+Blue) = 37+79+238=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #254FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254FEE is #DAB011. Grayscale: #535353. Windows color (decimal): -14331922 or 15617829. OLE color: 15617829.
HSL color Cylindrical-coordinate representation of color #254FEE: hue angle of 227.46º 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 #254FEE is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 79 | 238 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.07 |
| HSL | 227.46º | 0.86% | 0.54% | - |
| HSV(B) | 227.46º | 0.84% | 0.93% | - |
| XYZ | 18.99 | 12.16 | 82.23 | - |
| YUV | 84.57 | 214.59 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 238 | 0.84 | 0.67 | 0 | 0.07 | 227.46 | 0.86 | 0.54 |
| Hex | 25 | 4F | EE | 54 | 43 | 0 | 7 | E3 | 56 | 36 |
| Octal | 45 | 117 | 356 | 124 | 103 | 0 | 7 | 343 | 126 | 66 |
| Binary | 100101 | 1001111 | 11101110 | 1010100 | 1000011 | 0 | 111 | 11100011 | 1010110 | 110110 |
Color Harmonies of #254FEE
Complementary color
Monochromatic Colors of #254FEE
Black with #254FEE
Text Example
Text Example
White with #254FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254FEE; }
p { color: rgb(37,79,238); }
H1.HeaderClassName
{
color: #254FEE;
}
.AnyTagClassName
{
color: #254FEE;
}
</style>
background-color css
<style>
a { background-color: #254FEE; }
a { background-color: rgb(37,79,238); }
div.DivClassName
{
background-color: #254FEE;
}
.BgClassName
{
background-color: #254FEE;
}
</style>
border-color css
<style>
span { border-color: #254FEE; }
span { border-color: rgb(37,79,238); }
td.TdClassName
{
border-color: #254FEE;
}
.TagClassName
{
border-color: #254FEE;
}
</style>