Shades of Royal Blue #2562DB
Tints of Royal Blue #2562DB
RGB
CMYK
RGB Variations
Color information
#2562DB (or 0x2562DB) is known color: Royal Blue. HEX triplet: 25, 62 and DB. RGB value is (37,98,219). Sum of RGB (Red+Green+Blue) = 37+98+219=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #2562DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2562DB is #DA9D24. Grayscale: #5D5D5D. Windows color (decimal): -14327077 or 14377509. OLE color: 14377509.
HSL color Cylindrical-coordinate representation of color #2562DB: hue angle of 219.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2562DB is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 98 | 219 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.14 |
| HSL | 219.89º | 0.72% | 0.5% | - |
| HSV(B) | 219.89º | 0.83% | 0.86% | - |
| XYZ | 17.92 | 14.24 | 68.82 | - |
| YUV | 93.56 | 198.79 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 219 | 0.83 | 0.55 | 0 | 0.14 | 219.89 | 0.72 | 0.5 |
| Hex | 25 | 62 | DB | 53 | 37 | 0 | E | DC | 48 | 32 |
| Octal | 45 | 142 | 333 | 123 | 67 | 0 | 16 | 334 | 110 | 62 |
| Binary | 100101 | 1100010 | 11011011 | 1010011 | 110111 | 0 | 1110 | 11011100 | 1001000 | 110010 |
Color Harmonies of #2562DB
Complementary color
Monochromatic Colors of #2562DB
Black with #2562DB
Text Example
Text Example
White with #2562DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2562DB; }
p { color: rgb(37,98,219); }
H1.HeaderClassName
{
color: #2562DB;
}
.AnyTagClassName
{
color: #2562DB;
}
</style>
background-color css
<style>
a { background-color: #2562DB; }
a { background-color: rgb(37,98,219); }
div.DivClassName
{
background-color: #2562DB;
}
.BgClassName
{
background-color: #2562DB;
}
</style>
border-color css
<style>
span { border-color: #2562DB; }
span { border-color: rgb(37,98,219); }
td.TdClassName
{
border-color: #2562DB;
}
.TagClassName
{
border-color: #2562DB;
}
</style>