Shades of Royal Blue #2163FF
Tints of Royal Blue #2163FF
RGB
CMYK
RGB Variations
Color information
#2163FF (or 0x2163FF) is known color: Royal Blue. HEX triplet: 21, 63 and FF. RGB value is (33,99,255). Sum of RGB (Red+Green+Blue) = 33+99+255=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #2163FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2163FF is #DE9C00. Grayscale: #606060. Windows color (decimal): -14588929 or 16737057. OLE color: 16737057.
HSL color Cylindrical-coordinate representation of color #2163FF: hue angle of 222.16º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2163FF is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 99 | 255 | - |
| CMYK | 0.87 | 0.61 | 0 | 0 |
| HSL | 222.16º | 1% | 0.56% | - |
| HSV(B) | 222.16º | 0.87% | 1% | - |
| XYZ | 23.14 | 16.47 | 96.57 | - |
| YUV | 97.05 | 217.13 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 255 | 0.87 | 0.61 | 0 | 0 | 222.16 | 1 | 0.56 |
| Hex | 21 | 63 | FF | 57 | 3D | 0 | 0 | DE | 64 | 38 |
| Octal | 41 | 143 | 377 | 127 | 75 | 0 | 0 | 336 | 144 | 70 |
| Binary | 100001 | 1100011 | 11111111 | 1010111 | 111101 | 0 | 0 | 11011110 | 1100100 | 111000 |
Color Harmonies of #2163FF
Complementary color
Monochromatic Colors of #2163FF
Black with #2163FF
Text Example
Text Example
White with #2163FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2163FF; }
p { color: rgb(33,99,255); }
H1.HeaderClassName
{
color: #2163FF;
}
.AnyTagClassName
{
color: #2163FF;
}
</style>
background-color css
<style>
a { background-color: #2163FF; }
a { background-color: rgb(33,99,255); }
div.DivClassName
{
background-color: #2163FF;
}
.BgClassName
{
background-color: #2163FF;
}
</style>
border-color css
<style>
span { border-color: #2163FF; }
span { border-color: rgb(33,99,255); }
td.TdClassName
{
border-color: #2163FF;
}
.TagClassName
{
border-color: #2163FF;
}
</style>