Shades of Royal Blue #2563DC
Tints of Royal Blue #2563DC
RGB
CMYK
RGB Variations
Color information
#2563DC (or 0x2563DC) is known color: Royal Blue. HEX triplet: 25, 63 and DC. RGB value is (37,99,220). Sum of RGB (Red+Green+Blue) = 37+99+220=356 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.39% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #2563DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2563DC is #DA9C23. Grayscale: #5D5D5D. Windows color (decimal): -14326820 or 14443301. OLE color: 14443301.
HSL color Cylindrical-coordinate representation of color #2563DC: hue angle of 219.67º 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 #2563DC is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 99 | 220 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.14 |
| HSL | 219.67º | 0.72% | 0.5% | - |
| HSV(B) | 219.67º | 0.83% | 0.86% | - |
| XYZ | 18.14 | 14.48 | 69.55 | - |
| YUV | 94.26 | 198.96 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 220 | 0.83 | 0.55 | 0 | 0.14 | 219.67 | 0.72 | 0.5 |
| Hex | 25 | 63 | DC | 53 | 37 | 0 | E | DC | 48 | 32 |
| Octal | 45 | 143 | 334 | 123 | 67 | 0 | 16 | 334 | 110 | 62 |
| Binary | 100101 | 1100011 | 11011100 | 1010011 | 110111 | 0 | 1110 | 11011100 | 1001000 | 110010 |
Color Harmonies of #2563DC
Complementary color
Monochromatic Colors of #2563DC
Black with #2563DC
Text Example
Text Example
White with #2563DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2563DC; }
p { color: rgb(37,99,220); }
H1.HeaderClassName
{
color: #2563DC;
}
.AnyTagClassName
{
color: #2563DC;
}
</style>
background-color css
<style>
a { background-color: #2563DC; }
a { background-color: rgb(37,99,220); }
div.DivClassName
{
background-color: #2563DC;
}
.BgClassName
{
background-color: #2563DC;
}
</style>
border-color css
<style>
span { border-color: #2563DC; }
span { border-color: rgb(37,99,220); }
td.TdClassName
{
border-color: #2563DC;
}
.TagClassName
{
border-color: #2563DC;
}
</style>