Shades of Royal Blue #2562FB
Tints of Royal Blue #2562FB
RGB
CMYK
RGB Variations
Color information
#2562FB (or 0x2562FB) is known color: Royal Blue. HEX triplet: 25, 62 and FB. RGB value is (37,98,251). Sum of RGB (Red+Green+Blue) = 37+98+251=386 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.59% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #2562FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2562FB is #DA9D04. Grayscale: #606060. Windows color (decimal): -14327045 or 16474661. OLE color: 16474661.
HSL color Cylindrical-coordinate representation of color #2562FB: hue angle of 222.9º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2562FB is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 98 | 251 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.02 |
| HSL | 222.9º | 0.96% | 0.56% | - |
| HSV(B) | 222.9º | 0.85% | 0.98% | - |
| XYZ | 22.54 | 16.09 | 93.19 | - |
| YUV | 97.2 | 214.79 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 251 | 0.85 | 0.61 | 0 | 0.02 | 222.9 | 0.96 | 0.56 |
| Hex | 25 | 62 | FB | 55 | 3D | 0 | 2 | DF | 60 | 38 |
| Octal | 45 | 142 | 373 | 125 | 75 | 0 | 2 | 337 | 140 | 70 |
| Binary | 100101 | 1100010 | 11111011 | 1010101 | 111101 | 0 | 10 | 11011111 | 1100000 | 111000 |
Color Harmonies of #2562FB
Complementary color
Monochromatic Colors of #2562FB
Black with #2562FB
Text Example
Text Example
White with #2562FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2562FB; }
p { color: rgb(37,98,251); }
H1.HeaderClassName
{
color: #2562FB;
}
.AnyTagClassName
{
color: #2562FB;
}
</style>
background-color css
<style>
a { background-color: #2562FB; }
a { background-color: rgb(37,98,251); }
div.DivClassName
{
background-color: #2562FB;
}
.BgClassName
{
background-color: #2562FB;
}
</style>
border-color css
<style>
span { border-color: #2562FB; }
span { border-color: rgb(37,98,251); }
td.TdClassName
{
border-color: #2562FB;
}
.TagClassName
{
border-color: #2562FB;
}
</style>