Shades of Royal Blue #2563FF
Tints of Royal Blue #2563FF
RGB
CMYK
RGB Variations
Color information
#2563FF (or 0x2563FF) is known color: Royal Blue. HEX triplet: 25, 63 and FF. RGB value is (37,99,255). Sum of RGB (Red+Green+Blue) = 37+99+255=391 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.46% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #2563FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2563FF is #DA9C00. Grayscale: #616161. Windows color (decimal): -14326785 or 16737061. OLE color: 16737061.
HSL color Cylindrical-coordinate representation of color #2563FF: hue angle of 222.94º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2563FF is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 99 | 255 | - |
| CMYK | 0.85 | 0.61 | 0 | 0 |
| HSL | 222.94º | 1% | 0.57% | - |
| HSV(B) | 222.94º | 0.85% | 1% | - |
| XYZ | 23.27 | 16.54 | 96.57 | - |
| YUV | 98.25 | 216.46 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 255 | 0.85 | 0.61 | 0 | 0 | 222.94 | 1 | 0.57 |
| Hex | 25 | 63 | FF | 55 | 3D | 0 | 0 | DF | 64 | 39 |
| Octal | 45 | 143 | 377 | 125 | 75 | 0 | 0 | 337 | 144 | 71 |
| Binary | 100101 | 1100011 | 11111111 | 1010101 | 111101 | 0 | 0 | 11011111 | 1100100 | 111001 |
Color Harmonies of #2563FF
Complementary color
Monochromatic Colors of #2563FF
Black with #2563FF
Text Example
Text Example
White with #2563FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2563FF; }
p { color: rgb(37,99,255); }
H1.HeaderClassName
{
color: #2563FF;
}
.AnyTagClassName
{
color: #2563FF;
}
</style>
background-color css
<style>
a { background-color: #2563FF; }
a { background-color: rgb(37,99,255); }
div.DivClassName
{
background-color: #2563FF;
}
.BgClassName
{
background-color: #2563FF;
}
</style>
border-color css
<style>
span { border-color: #2563FF; }
span { border-color: rgb(37,99,255); }
td.TdClassName
{
border-color: #2563FF;
}
.TagClassName
{
border-color: #2563FF;
}
</style>