Shades of Royal Blue #254BEE
Tints of Royal Blue #254BEE
RGB
CMYK
RGB Variations
Color information
#254BEE (or 0x254BEE) is known color: Royal Blue. HEX triplet: 25, 4B and EE. RGB value is (37,75,238). Sum of RGB (Red+Green+Blue) = 37+75+238=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #254BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254BEE is #DAB411. Grayscale: #515151. Windows color (decimal): -14332946 or 15616805. OLE color: 15616805.
HSL color Cylindrical-coordinate representation of color #254BEE: hue angle of 228.66º 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 #254BEE is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 75 | 238 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.07 |
| HSL | 228.66º | 0.86% | 0.54% | - |
| HSV(B) | 228.66º | 0.84% | 0.93% | - |
| XYZ | 18.71 | 11.6 | 82.14 | - |
| YUV | 82.22 | 215.91 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 238 | 0.84 | 0.68 | 0 | 0.07 | 228.66 | 0.86 | 0.54 |
| Hex | 25 | 4B | EE | 54 | 44 | 0 | 7 | E5 | 56 | 36 |
| Octal | 45 | 113 | 356 | 124 | 104 | 0 | 7 | 345 | 126 | 66 |
| Binary | 100101 | 1001011 | 11101110 | 1010100 | 1000100 | 0 | 111 | 11100101 | 1010110 | 110110 |
Color Harmonies of #254BEE
Complementary color
Monochromatic Colors of #254BEE
Black with #254BEE
Text Example
Text Example
White with #254BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BEE; }
p { color: rgb(37,75,238); }
H1.HeaderClassName
{
color: #254BEE;
}
.AnyTagClassName
{
color: #254BEE;
}
</style>
background-color css
<style>
a { background-color: #254BEE; }
a { background-color: rgb(37,75,238); }
div.DivClassName
{
background-color: #254BEE;
}
.BgClassName
{
background-color: #254BEE;
}
</style>
border-color css
<style>
span { border-color: #254BEE; }
span { border-color: rgb(37,75,238); }
td.TdClassName
{
border-color: #254BEE;
}
.TagClassName
{
border-color: #254BEE;
}
</style>