Shades of Royal Blue #2559F1
Tints of Royal Blue #2559F1
RGB
CMYK
RGB Variations
Color information
#2559F1 (or 0x2559F1) is known color: Royal Blue. HEX triplet: 25, 59 and F1. RGB value is (37,89,241). Sum of RGB (Red+Green+Blue) = 37+89+241=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #2559F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2559F1 is #DAA60E. Grayscale: #5A5A5A. Windows color (decimal): -14329359 or 15816997. OLE color: 15816997.
HSL color Cylindrical-coordinate representation of color #2559F1: hue angle of 224.71º degrees, saturation: 0.88, 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 #2559F1 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 89 | 241 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.05 |
| HSL | 224.71º | 0.88% | 0.55% | - |
| HSV(B) | 224.71º | 0.85% | 0.95% | - |
| XYZ | 20.21 | 13.89 | 84.83 | - |
| YUV | 90.78 | 212.77 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 241 | 0.85 | 0.63 | 0 | 0.05 | 224.71 | 0.88 | 0.55 |
| Hex | 25 | 59 | F1 | 55 | 3F | 0 | 5 | E1 | 58 | 37 |
| Octal | 45 | 131 | 361 | 125 | 77 | 0 | 5 | 341 | 130 | 67 |
| Binary | 100101 | 1011001 | 11110001 | 1010101 | 111111 | 0 | 101 | 11100001 | 1011000 | 110111 |
Color Harmonies of #2559F1
Complementary color
Monochromatic Colors of #2559F1
Black with #2559F1
Text Example
Text Example
White with #2559F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2559F1; }
p { color: rgb(37,89,241); }
H1.HeaderClassName
{
color: #2559F1;
}
.AnyTagClassName
{
color: #2559F1;
}
</style>
background-color css
<style>
a { background-color: #2559F1; }
a { background-color: rgb(37,89,241); }
div.DivClassName
{
background-color: #2559F1;
}
.BgClassName
{
background-color: #2559F1;
}
</style>
border-color css
<style>
span { border-color: #2559F1; }
span { border-color: rgb(37,89,241); }
td.TdClassName
{
border-color: #2559F1;
}
.TagClassName
{
border-color: #2559F1;
}
</style>