Shades of Royal Blue #254BEC
Tints of Royal Blue #254BEC
RGB
CMYK
RGB Variations
Color information
#254BEC (or 0x254BEC) is known color: Royal Blue. HEX triplet: 25, 4B and EC. RGB value is (37,75,236). Sum of RGB (Red+Green+Blue) = 37+75+236=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #254BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254BEC is #DAB413. Grayscale: #515151. Windows color (decimal): -14332948 or 15485733. OLE color: 15485733.
HSL color Cylindrical-coordinate representation of color #254BEC: hue angle of 228.54º 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 #254BEC is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 75 | 236 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.07 |
| HSL | 228.54º | 0.84% | 0.54% | - |
| HSV(B) | 228.54º | 0.84% | 0.93% | - |
| XYZ | 18.42 | 11.48 | 80.6 | - |
| YUV | 81.99 | 214.91 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 236 | 0.84 | 0.68 | 0 | 0.07 | 228.54 | 0.84 | 0.54 |
| Hex | 25 | 4B | EC | 54 | 44 | 0 | 7 | E5 | 54 | 36 |
| Octal | 45 | 113 | 354 | 124 | 104 | 0 | 7 | 345 | 124 | 66 |
| Binary | 100101 | 1001011 | 11101100 | 1010100 | 1000100 | 0 | 111 | 11100101 | 1010100 | 110110 |
Color Harmonies of #254BEC
Complementary color
Monochromatic Colors of #254BEC
Black with #254BEC
Text Example
Text Example
White with #254BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BEC; }
p { color: rgb(37,75,236); }
H1.HeaderClassName
{
color: #254BEC;
}
.AnyTagClassName
{
color: #254BEC;
}
</style>
background-color css
<style>
a { background-color: #254BEC; }
a { background-color: rgb(37,75,236); }
div.DivClassName
{
background-color: #254BEC;
}
.BgClassName
{
background-color: #254BEC;
}
</style>
border-color css
<style>
span { border-color: #254BEC; }
span { border-color: rgb(37,75,236); }
td.TdClassName
{
border-color: #254BEC;
}
.TagClassName
{
border-color: #254BEC;
}
</style>