Shades of Royal Blue #2562DF
Tints of Royal Blue #2562DF
RGB
CMYK
RGB Variations
Color information
#2562DF (or 0x2562DF) is known color: Royal Blue. HEX triplet: 25, 62 and DF. RGB value is (37,98,223). Sum of RGB (Red+Green+Blue) = 37+98+223=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #2562DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2562DF is #DA9D20. Grayscale: #5D5D5D. Windows color (decimal): -14327073 or 14639653. OLE color: 14639653.
HSL color Cylindrical-coordinate representation of color #2562DF: hue angle of 220.32º degrees, saturation: 0.74, 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 #2562DF is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 98 | 223 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.13 |
| HSL | 220.32º | 0.74% | 0.51% | - |
| HSV(B) | 220.32º | 0.83% | 0.87% | - |
| XYZ | 18.45 | 14.46 | 71.63 | - |
| YUV | 94.01 | 200.79 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 223 | 0.83 | 0.56 | 0 | 0.13 | 220.32 | 0.74 | 0.51 |
| Hex | 25 | 62 | DF | 53 | 38 | 0 | D | DC | 4A | 33 |
| Octal | 45 | 142 | 337 | 123 | 70 | 0 | 15 | 334 | 112 | 63 |
| Binary | 100101 | 1100010 | 11011111 | 1010011 | 111000 | 0 | 1101 | 11011100 | 1001010 | 110011 |
Color Harmonies of #2562DF
Complementary color
Monochromatic Colors of #2562DF
Black with #2562DF
Text Example
Text Example
White with #2562DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2562DF; }
p { color: rgb(37,98,223); }
H1.HeaderClassName
{
color: #2562DF;
}
.AnyTagClassName
{
color: #2562DF;
}
</style>
background-color css
<style>
a { background-color: #2562DF; }
a { background-color: rgb(37,98,223); }
div.DivClassName
{
background-color: #2562DF;
}
.BgClassName
{
background-color: #2562DF;
}
</style>
border-color css
<style>
span { border-color: #2562DF; }
span { border-color: rgb(37,98,223); }
td.TdClassName
{
border-color: #2562DF;
}
.TagClassName
{
border-color: #2562DF;
}
</style>