Shades of Royal Blue #2562D8
Tints of Royal Blue #2562D8
RGB
CMYK
RGB Variations
Color information
#2562D8 (or 0x2562D8) is known color: Royal Blue. HEX triplet: 25, 62 and D8. RGB value is (37,98,216). Sum of RGB (Red+Green+Blue) = 37+98+216=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 216 (84.77% from 255 or 61.54% from 351); Max value from RGB is 216 - color contains mainly: blue. Hex color #2562D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2562D8 is #DA9D27. Grayscale: #5C5C5C. Windows color (decimal): -14327080 or 14180901. OLE color: 14180901.
HSL color Cylindrical-coordinate representation of color #2562D8: hue angle of 219.55º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2562D8 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 98 | 216 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.15 |
| HSL | 219.55º | 0.71% | 0.5% | - |
| HSV(B) | 219.55º | 0.83% | 0.85% | - |
| XYZ | 17.53 | 14.09 | 66.76 | - |
| YUV | 93.21 | 197.29 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 216 | 0.83 | 0.55 | 0 | 0.15 | 219.55 | 0.71 | 0.5 |
| Hex | 25 | 62 | D8 | 53 | 37 | 0 | F | DC | 47 | 32 |
| Octal | 45 | 142 | 330 | 123 | 67 | 0 | 17 | 334 | 107 | 62 |
| Binary | 100101 | 1100010 | 11011000 | 1010011 | 110111 | 0 | 1111 | 11011100 | 1000111 | 110010 |
Color Harmonies of #2562D8
Complementary color
Monochromatic Colors of #2562D8
Black with #2562D8
Text Example
Text Example
White with #2562D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2562D8; }
p { color: rgb(37,98,216); }
H1.HeaderClassName
{
color: #2562D8;
}
.AnyTagClassName
{
color: #2562D8;
}
</style>
background-color css
<style>
a { background-color: #2562D8; }
a { background-color: rgb(37,98,216); }
div.DivClassName
{
background-color: #2562D8;
}
.BgClassName
{
background-color: #2562D8;
}
</style>
border-color css
<style>
span { border-color: #2562D8; }
span { border-color: rgb(37,98,216); }
td.TdClassName
{
border-color: #2562D8;
}
.TagClassName
{
border-color: #2562D8;
}
</style>