Shades of Royal Blue #2560F1
Tints of Royal Blue #2560F1
RGB
CMYK
RGB Variations
Color information
#2560F1 (or 0x2560F1) is known color: Royal Blue. HEX triplet: 25, 60 and F1. RGB value is (37,96,241). Sum of RGB (Red+Green+Blue) = 37+96+241=374 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.89% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 241 (94.53% from 255 or 64.44% from 374); Max value from RGB is 241 - color contains mainly: blue. Hex color #2560F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2560F1 is #DA9F0E. Grayscale: #5E5E5E. Windows color (decimal): -14327567 or 15818789. OLE color: 15818789.
HSL color Cylindrical-coordinate representation of color #2560F1: hue angle of 222.65º 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 #2560F1 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 96 | 241 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.05 |
| HSL | 222.65º | 0.88% | 0.55% | - |
| HSV(B) | 222.65º | 0.85% | 0.95% | - |
| XYZ | 20.82 | 15.11 | 85.04 | - |
| YUV | 94.89 | 210.45 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 241 | 0.85 | 0.60 | 0 | 0.05 | 222.65 | 0.88 | 0.55 |
| Hex | 25 | 60 | F1 | 55 | 3C | 0 | 5 | DF | 58 | 37 |
| Octal | 45 | 140 | 361 | 125 | 74 | 0 | 5 | 337 | 130 | 67 |
| Binary | 100101 | 1100000 | 11110001 | 1010101 | 111100 | 0 | 101 | 11011111 | 1011000 | 110111 |
Color Harmonies of #2560F1
Complementary color
Monochromatic Colors of #2560F1
Black with #2560F1
Text Example
Text Example
White with #2560F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2560F1; }
p { color: rgb(37,96,241); }
H1.HeaderClassName
{
color: #2560F1;
}
.AnyTagClassName
{
color: #2560F1;
}
</style>
background-color css
<style>
a { background-color: #2560F1; }
a { background-color: rgb(37,96,241); }
div.DivClassName
{
background-color: #2560F1;
}
.BgClassName
{
background-color: #2560F1;
}
</style>
border-color css
<style>
span { border-color: #2560F1; }
span { border-color: rgb(37,96,241); }
td.TdClassName
{
border-color: #2560F1;
}
.TagClassName
{
border-color: #2560F1;
}
</style>