Shades of Royal Blue #2562F7
Tints of Royal Blue #2562F7
RGB
CMYK
RGB Variations
Color information
#2562F7 (or 0x2562F7) is known color: Royal Blue. HEX triplet: 25, 62 and F7. RGB value is (37,98,247). Sum of RGB (Red+Green+Blue) = 37+98+247=382 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.69% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 247 (96.88% from 255 or 64.66% from 382); Max value from RGB is 247 - color contains mainly: blue. Hex color #2562F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2562F7 is #DA9D08. Grayscale: #606060. Windows color (decimal): -14327049 or 16212517. OLE color: 16212517.
HSL color Cylindrical-coordinate representation of color #2562F7: hue angle of 222.57º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2562F7 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 98 | 247 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.03 |
| HSL | 222.57º | 0.93% | 0.56% | - |
| HSV(B) | 222.57º | 0.85% | 0.97% | - |
| XYZ | 21.92 | 15.84 | 89.9 | - |
| YUV | 96.75 | 212.79 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 247 | 0.85 | 0.60 | 0 | 0.03 | 222.57 | 0.93 | 0.56 |
| Hex | 25 | 62 | F7 | 55 | 3C | 0 | 3 | DF | 5D | 38 |
| Octal | 45 | 142 | 367 | 125 | 74 | 0 | 3 | 337 | 135 | 70 |
| Binary | 100101 | 1100010 | 11110111 | 1010101 | 111100 | 0 | 11 | 11011111 | 1011101 | 111000 |
Color Harmonies of #2562F7
Complementary color
Monochromatic Colors of #2562F7
Black with #2562F7
Text Example
Text Example
White with #2562F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2562F7; }
p { color: rgb(37,98,247); }
H1.HeaderClassName
{
color: #2562F7;
}
.AnyTagClassName
{
color: #2562F7;
}
</style>
background-color css
<style>
a { background-color: #2562F7; }
a { background-color: rgb(37,98,247); }
div.DivClassName
{
background-color: #2562F7;
}
.BgClassName
{
background-color: #2562F7;
}
</style>
border-color css
<style>
span { border-color: #2562F7; }
span { border-color: rgb(37,98,247); }
td.TdClassName
{
border-color: #2562F7;
}
.TagClassName
{
border-color: #2562F7;
}
</style>