Shades of Royal Blue #2560F6
Tints of Royal Blue #2560F6
RGB
CMYK
RGB Variations
Color information
#2560F6 (or 0x2560F6) is known color: Royal Blue. HEX triplet: 25, 60 and F6. RGB value is (37,96,246). Sum of RGB (Red+Green+Blue) = 37+96+246=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 246 (96.48% from 255 or 64.91% from 379); Max value from RGB is 246 - color contains mainly: blue. Hex color #2560F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2560F6 is #DA9F09. Grayscale: #5E5E5E. Windows color (decimal): -14327562 or 16146469. OLE color: 16146469.
HSL color Cylindrical-coordinate representation of color #2560F6: hue angle of 223.06º degrees, saturation: 0.92, 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 #2560F6 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 96 | 246 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.04 |
| HSL | 223.06º | 0.92% | 0.55% | - |
| HSV(B) | 223.06º | 0.85% | 0.96% | - |
| XYZ | 21.58 | 15.41 | 89.03 | - |
| YUV | 95.46 | 212.95 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 246 | 0.85 | 0.61 | 0 | 0.04 | 223.06 | 0.92 | 0.55 |
| Hex | 25 | 60 | F6 | 55 | 3D | 0 | 4 | DF | 5C | 37 |
| Octal | 45 | 140 | 366 | 125 | 75 | 0 | 4 | 337 | 134 | 67 |
| Binary | 100101 | 1100000 | 11110110 | 1010101 | 111101 | 0 | 100 | 11011111 | 1011100 | 110111 |
Color Harmonies of #2560F6
Complementary color
Monochromatic Colors of #2560F6
Black with #2560F6
Text Example
Text Example
White with #2560F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2560F6; }
p { color: rgb(37,96,246); }
H1.HeaderClassName
{
color: #2560F6;
}
.AnyTagClassName
{
color: #2560F6;
}
</style>
background-color css
<style>
a { background-color: #2560F6; }
a { background-color: rgb(37,96,246); }
div.DivClassName
{
background-color: #2560F6;
}
.BgClassName
{
background-color: #2560F6;
}
</style>
border-color css
<style>
span { border-color: #2560F6; }
span { border-color: rgb(37,96,246); }
td.TdClassName
{
border-color: #2560F6;
}
.TagClassName
{
border-color: #2560F6;
}
</style>