Shades of Royal Blue #2560FC
Tints of Royal Blue #2560FC
RGB
CMYK
RGB Variations
Color information
#2560FC (or 0x2560FC) is known color: Royal Blue. HEX triplet: 25, 60 and FC. RGB value is (37,96,252). Sum of RGB (Red+Green+Blue) = 37+96+252=385 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.61% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #2560FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2560FC is #DA9F03. Grayscale: #5F5F5F. Windows color (decimal): -14327556 or 16539685. OLE color: 16539685.
HSL color Cylindrical-coordinate representation of color #2560FC: hue angle of 223.53º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2560FC is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 96 | 252 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.01 |
| HSL | 223.53º | 0.97% | 0.57% | - |
| HSV(B) | 223.53º | 0.85% | 0.99% | - |
| XYZ | 22.52 | 15.79 | 93.96 | - |
| YUV | 96.14 | 215.95 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 252 | 0.85 | 0.62 | 0 | 0.01 | 223.53 | 0.97 | 0.57 |
| Hex | 25 | 60 | FC | 55 | 3E | 0 | 1 | E0 | 61 | 39 |
| Octal | 45 | 140 | 374 | 125 | 76 | 0 | 1 | 340 | 141 | 71 |
| Binary | 100101 | 1100000 | 11111100 | 1010101 | 111110 | 0 | 1 | 11100000 | 1100001 | 111001 |
Color Harmonies of #2560FC
Complementary color
Monochromatic Colors of #2560FC
Black with #2560FC
Text Example
Text Example
White with #2560FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2560FC; }
p { color: rgb(37,96,252); }
H1.HeaderClassName
{
color: #2560FC;
}
.AnyTagClassName
{
color: #2560FC;
}
</style>
background-color css
<style>
a { background-color: #2560FC; }
a { background-color: rgb(37,96,252); }
div.DivClassName
{
background-color: #2560FC;
}
.BgClassName
{
background-color: #2560FC;
}
</style>
border-color css
<style>
span { border-color: #2560FC; }
span { border-color: rgb(37,96,252); }
td.TdClassName
{
border-color: #2560FC;
}
.TagClassName
{
border-color: #2560FC;
}
</style>