Shades of Royal Blue #2163FA
Tints of Royal Blue #2163FA
RGB
CMYK
RGB Variations
Color information
#2163FA (or 0x2163FA) is known color: Royal Blue. HEX triplet: 21, 63 and FA. RGB value is (33,99,250). Sum of RGB (Red+Green+Blue) = 33+99+250=382 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.64% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #2163FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2163FA is #DE9C05. Grayscale: #5F5F5F. Windows color (decimal): -14588934 or 16409377. OLE color: 16409377.
HSL color Cylindrical-coordinate representation of color #2163FA: hue angle of 221.75º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2163FA is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 99 | 250 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.02 |
| HSL | 221.75º | 0.96% | 0.55% | - |
| HSV(B) | 221.75º | 0.87% | 0.98% | - |
| XYZ | 22.34 | 16.15 | 92.38 | - |
| YUV | 96.48 | 214.63 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 250 | 0.87 | 0.60 | 0 | 0.02 | 221.75 | 0.96 | 0.55 |
| Hex | 21 | 63 | FA | 57 | 3C | 0 | 2 | DE | 60 | 37 |
| Octal | 41 | 143 | 372 | 127 | 74 | 0 | 2 | 336 | 140 | 67 |
| Binary | 100001 | 1100011 | 11111010 | 1010111 | 111100 | 0 | 10 | 11011110 | 1100000 | 110111 |
Color Harmonies of #2163FA
Complementary color
Monochromatic Colors of #2163FA
Black with #2163FA
Text Example
Text Example
White with #2163FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2163FA; }
p { color: rgb(33,99,250); }
H1.HeaderClassName
{
color: #2163FA;
}
.AnyTagClassName
{
color: #2163FA;
}
</style>
background-color css
<style>
a { background-color: #2163FA; }
a { background-color: rgb(33,99,250); }
div.DivClassName
{
background-color: #2163FA;
}
.BgClassName
{
background-color: #2163FA;
}
</style>
border-color css
<style>
span { border-color: #2163FA; }
span { border-color: rgb(33,99,250); }
td.TdClassName
{
border-color: #2163FA;
}
.TagClassName
{
border-color: #2163FA;
}
</style>