Shades of Royal Blue #254BED
Tints of Royal Blue #254BED
RGB
CMYK
RGB Variations
Color information
#254BED (or 0x254BED) is known color: Royal Blue. HEX triplet: 25, 4B and ED. RGB value is (37,75,237). Sum of RGB (Red+Green+Blue) = 37+75+237=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #254BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254BED is #DAB412. Grayscale: #515151. Windows color (decimal): -14332947 or 15551269. OLE color: 15551269.
HSL color Cylindrical-coordinate representation of color #254BED: hue angle of 228.6º degrees, saturation: 0.85, 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 #254BED is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 75 | 237 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.07 |
| HSL | 228.6º | 0.85% | 0.54% | - |
| HSV(B) | 228.6º | 0.84% | 0.93% | - |
| XYZ | 18.57 | 11.54 | 81.37 | - |
| YUV | 82.11 | 215.41 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 237 | 0.84 | 0.68 | 0 | 0.07 | 228.6 | 0.85 | 0.54 |
| Hex | 25 | 4B | ED | 54 | 44 | 0 | 7 | E5 | 55 | 36 |
| Octal | 45 | 113 | 355 | 124 | 104 | 0 | 7 | 345 | 125 | 66 |
| Binary | 100101 | 1001011 | 11101101 | 1010100 | 1000100 | 0 | 111 | 11100101 | 1010101 | 110110 |
Color Harmonies of #254BED
Complementary color
Monochromatic Colors of #254BED
Black with #254BED
Text Example
Text Example
White with #254BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BED; }
p { color: rgb(37,75,237); }
H1.HeaderClassName
{
color: #254BED;
}
.AnyTagClassName
{
color: #254BED;
}
</style>
background-color css
<style>
a { background-color: #254BED; }
a { background-color: rgb(37,75,237); }
div.DivClassName
{
background-color: #254BED;
}
.BgClassName
{
background-color: #254BED;
}
</style>
border-color css
<style>
span { border-color: #254BED; }
span { border-color: rgb(37,75,237); }
td.TdClassName
{
border-color: #254BED;
}
.TagClassName
{
border-color: #254BED;
}
</style>