Shades of Royal Blue #254EF5
Tints of Royal Blue #254EF5
RGB
CMYK
RGB Variations
Color information
#254EF5 (or 0x254EF5) is known color: Royal Blue. HEX triplet: 25, 4E and F5. RGB value is (37,78,245). Sum of RGB (Red+Green+Blue) = 37+78+245=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 245 (96.09% from 255 or 68.06% from 360); Max value from RGB is 245 - color contains mainly: blue. Hex color #254EF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254EF5 is #DAB10A. Grayscale: #545454. Windows color (decimal): -14332171 or 16076325. OLE color: 16076325.
HSL color Cylindrical-coordinate representation of color #254EF5: hue angle of 228.17º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #254EF5 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 78 | 245 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.04 |
| HSL | 228.17º | 0.91% | 0.55% | - |
| HSV(B) | 228.17º | 0.85% | 0.96% | - |
| XYZ | 19.97 | 12.43 | 87.73 | - |
| YUV | 84.78 | 218.42 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 245 | 0.85 | 0.68 | 0 | 0.04 | 228.17 | 0.91 | 0.55 |
| Hex | 25 | 4E | F5 | 55 | 44 | 0 | 4 | E4 | 5B | 37 |
| Octal | 45 | 116 | 365 | 125 | 104 | 0 | 4 | 344 | 133 | 67 |
| Binary | 100101 | 1001110 | 11110101 | 1010101 | 1000100 | 0 | 100 | 11100100 | 1011011 | 110111 |
Color Harmonies of #254EF5
Complementary color
Monochromatic Colors of #254EF5
Black with #254EF5
Text Example
Text Example
White with #254EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254EF5; }
p { color: rgb(37,78,245); }
H1.HeaderClassName
{
color: #254EF5;
}
.AnyTagClassName
{
color: #254EF5;
}
</style>
background-color css
<style>
a { background-color: #254EF5; }
a { background-color: rgb(37,78,245); }
div.DivClassName
{
background-color: #254EF5;
}
.BgClassName
{
background-color: #254EF5;
}
</style>
border-color css
<style>
span { border-color: #254EF5; }
span { border-color: rgb(37,78,245); }
td.TdClassName
{
border-color: #254EF5;
}
.TagClassName
{
border-color: #254EF5;
}
</style>