Shades of Royal Blue #254CE9
Tints of Royal Blue #254CE9
RGB
CMYK
RGB Variations
Color information
#254CE9 (or 0x254CE9) is known color: Royal Blue. HEX triplet: 25, 4C and E9. RGB value is (37,76,233). Sum of RGB (Red+Green+Blue) = 37+76+233=346 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.69% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 233 (91.41% from 255 or 67.34% from 346); Max value from RGB is 233 - color contains mainly: blue. Hex color #254CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254CE9 is #DAB316. Grayscale: #515151. Windows color (decimal): -14332695 or 15289381. OLE color: 15289381.
HSL color Cylindrical-coordinate representation of color #254CE9: hue angle of 228.06º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #254CE9 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 76 | 233 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.09 |
| HSL | 228.06º | 0.82% | 0.53% | - |
| HSV(B) | 228.06º | 0.84% | 0.91% | - |
| XYZ | 18.06 | 11.45 | 78.35 | - |
| YUV | 82.24 | 213.08 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 233 | 0.84 | 0.67 | 0 | 0.09 | 228.06 | 0.82 | 0.53 |
| Hex | 25 | 4C | E9 | 54 | 43 | 0 | 9 | E4 | 52 | 35 |
| Octal | 45 | 114 | 351 | 124 | 103 | 0 | 11 | 344 | 122 | 65 |
| Binary | 100101 | 1001100 | 11101001 | 1010100 | 1000011 | 0 | 1001 | 11100100 | 1010010 | 110101 |
Color Harmonies of #254CE9
Complementary color
Monochromatic Colors of #254CE9
Black with #254CE9
Text Example
Text Example
White with #254CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254CE9; }
p { color: rgb(37,76,233); }
H1.HeaderClassName
{
color: #254CE9;
}
.AnyTagClassName
{
color: #254CE9;
}
</style>
background-color css
<style>
a { background-color: #254CE9; }
a { background-color: rgb(37,76,233); }
div.DivClassName
{
background-color: #254CE9;
}
.BgClassName
{
background-color: #254CE9;
}
</style>
border-color css
<style>
span { border-color: #254CE9; }
span { border-color: rgb(37,76,233); }
td.TdClassName
{
border-color: #254CE9;
}
.TagClassName
{
border-color: #254CE9;
}
</style>