Shades of Royal Blue #2562DD
Tints of Royal Blue #2562DD
RGB
CMYK
RGB Variations
Color information
#2562DD (or 0x2562DD) is known color: Royal Blue. HEX triplet: 25, 62 and DD. RGB value is (37,98,221). Sum of RGB (Red+Green+Blue) = 37+98+221=356 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.39% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #2562DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2562DD is #DA9D22. Grayscale: #5D5D5D. Windows color (decimal): -14327075 or 14508581. OLE color: 14508581.
HSL color Cylindrical-coordinate representation of color #2562DD: hue angle of 220.11º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2562DD is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 98 | 221 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.13 |
| HSL | 220.11º | 0.73% | 0.51% | - |
| HSV(B) | 220.11º | 0.83% | 0.87% | - |
| XYZ | 18.18 | 14.35 | 70.22 | - |
| YUV | 93.78 | 199.79 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 221 | 0.83 | 0.56 | 0 | 0.13 | 220.11 | 0.73 | 0.51 |
| Hex | 25 | 62 | DD | 53 | 38 | 0 | D | DC | 49 | 33 |
| Octal | 45 | 142 | 335 | 123 | 70 | 0 | 15 | 334 | 111 | 63 |
| Binary | 100101 | 1100010 | 11011101 | 1010011 | 111000 | 0 | 1101 | 11011100 | 1001001 | 110011 |
Color Harmonies of #2562DD
Complementary color
Monochromatic Colors of #2562DD
Black with #2562DD
Text Example
Text Example
White with #2562DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2562DD; }
p { color: rgb(37,98,221); }
H1.HeaderClassName
{
color: #2562DD;
}
.AnyTagClassName
{
color: #2562DD;
}
</style>
background-color css
<style>
a { background-color: #2562DD; }
a { background-color: rgb(37,98,221); }
div.DivClassName
{
background-color: #2562DD;
}
.BgClassName
{
background-color: #2562DD;
}
</style>
border-color css
<style>
span { border-color: #2562DD; }
span { border-color: rgb(37,98,221); }
td.TdClassName
{
border-color: #2562DD;
}
.TagClassName
{
border-color: #2562DD;
}
</style>