Shades of Royal Blue #254DF2
Tints of Royal Blue #254DF2
RGB
CMYK
RGB Variations
Color information
#254DF2 (or 0x254DF2) is known color: Royal Blue. HEX triplet: 25, 4D and F2. RGB value is (37,77,242). Sum of RGB (Red+Green+Blue) = 37+77+242=356 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.39% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 242 (94.92% from 255 or 67.98% from 356); Max value from RGB is 242 - color contains mainly: blue. Hex color #254DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254DF2 is #DAB20D. Grayscale: #535353. Windows color (decimal): -14332430 or 15879461. OLE color: 15879461.
HSL color Cylindrical-coordinate representation of color #254DF2: hue angle of 228.29º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #254DF2 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 77 | 242 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.05 |
| HSL | 228.29º | 0.89% | 0.55% | - |
| HSV(B) | 228.29º | 0.85% | 0.95% | - |
| XYZ | 19.44 | 12.11 | 85.32 | - |
| YUV | 83.85 | 217.25 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 242 | 0.85 | 0.68 | 0 | 0.05 | 228.29 | 0.89 | 0.55 |
| Hex | 25 | 4D | F2 | 55 | 44 | 0 | 5 | E4 | 59 | 37 |
| Octal | 45 | 115 | 362 | 125 | 104 | 0 | 5 | 344 | 131 | 67 |
| Binary | 100101 | 1001101 | 11110010 | 1010101 | 1000100 | 0 | 101 | 11100100 | 1011001 | 110111 |
Color Harmonies of #254DF2
Complementary color
Monochromatic Colors of #254DF2
Black with #254DF2
Text Example
Text Example
White with #254DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254DF2; }
p { color: rgb(37,77,242); }
H1.HeaderClassName
{
color: #254DF2;
}
.AnyTagClassName
{
color: #254DF2;
}
</style>
background-color css
<style>
a { background-color: #254DF2; }
a { background-color: rgb(37,77,242); }
div.DivClassName
{
background-color: #254DF2;
}
.BgClassName
{
background-color: #254DF2;
}
</style>
border-color css
<style>
span { border-color: #254DF2; }
span { border-color: rgb(37,77,242); }
td.TdClassName
{
border-color: #254DF2;
}
.TagClassName
{
border-color: #254DF2;
}
</style>