Shades of Royal Blue #2563DA
Tints of Royal Blue #2563DA
RGB
CMYK
RGB Variations
Color information
#2563DA (or 0x2563DA) is known color: Royal Blue. HEX triplet: 25, 63 and DA. RGB value is (37,99,218). Sum of RGB (Red+Green+Blue) = 37+99+218=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #2563DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2563DA is #DA9C25. Grayscale: #5D5D5D. Windows color (decimal): -14326822 or 14312229. OLE color: 14312229.
HSL color Cylindrical-coordinate representation of color #2563DA: hue angle of 219.45º 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 #2563DA is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 99 | 218 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.15 |
| HSL | 219.45º | 0.71% | 0.5% | - |
| HSV(B) | 219.45º | 0.83% | 0.85% | - |
| XYZ | 17.88 | 14.38 | 68.16 | - |
| YUV | 94.03 | 197.96 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 218 | 0.83 | 0.55 | 0 | 0.15 | 219.45 | 0.71 | 0.5 |
| Hex | 25 | 63 | DA | 53 | 37 | 0 | F | DB | 47 | 32 |
| Octal | 45 | 143 | 332 | 123 | 67 | 0 | 17 | 333 | 107 | 62 |
| Binary | 100101 | 1100011 | 11011010 | 1010011 | 110111 | 0 | 1111 | 11011011 | 1000111 | 110010 |
Color Harmonies of #2563DA
Complementary color
Monochromatic Colors of #2563DA
Black with #2563DA
Text Example
Text Example
White with #2563DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2563DA; }
p { color: rgb(37,99,218); }
H1.HeaderClassName
{
color: #2563DA;
}
.AnyTagClassName
{
color: #2563DA;
}
</style>
background-color css
<style>
a { background-color: #2563DA; }
a { background-color: rgb(37,99,218); }
div.DivClassName
{
background-color: #2563DA;
}
.BgClassName
{
background-color: #2563DA;
}
</style>
border-color css
<style>
span { border-color: #2563DA; }
span { border-color: rgb(37,99,218); }
td.TdClassName
{
border-color: #2563DA;
}
.TagClassName
{
border-color: #2563DA;
}
</style>