Shades of Royal Blue #2162F1
Tints of Royal Blue #2162F1
RGB
CMYK
RGB Variations
Color information
#2162F1 (or 0x2162F1) is known color: Royal Blue. HEX triplet: 21, 62 and F1. RGB value is (33,98,241). Sum of RGB (Red+Green+Blue) = 33+98+241=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 241 (94.53% from 255 or 64.78% from 372); Max value from RGB is 241 - color contains mainly: blue. Hex color #2162F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2162F1 is #DE9D0E. Grayscale: #5E5E5E. Windows color (decimal): -14589199 or 15819297. OLE color: 15819297.
HSL color Cylindrical-coordinate representation of color #2162F1: hue angle of 221.25º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2162F1 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 98 | 241 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.05 |
| HSL | 221.25º | 0.88% | 0.54% | - |
| HSV(B) | 221.25º | 0.86% | 0.95% | - |
| XYZ | 20.87 | 15.41 | 85.09 | - |
| YUV | 94.87 | 210.47 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 241 | 0.86 | 0.59 | 0 | 0.05 | 221.25 | 0.88 | 0.54 |
| Hex | 21 | 62 | F1 | 56 | 3B | 0 | 5 | DD | 58 | 36 |
| Octal | 41 | 142 | 361 | 126 | 73 | 0 | 5 | 335 | 130 | 66 |
| Binary | 100001 | 1100010 | 11110001 | 1010110 | 111011 | 0 | 101 | 11011101 | 1011000 | 110110 |
Color Harmonies of #2162F1
Complementary color
Monochromatic Colors of #2162F1
Black with #2162F1
Text Example
Text Example
White with #2162F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2162F1; }
p { color: rgb(33,98,241); }
H1.HeaderClassName
{
color: #2162F1;
}
.AnyTagClassName
{
color: #2162F1;
}
</style>
background-color css
<style>
a { background-color: #2162F1; }
a { background-color: rgb(33,98,241); }
div.DivClassName
{
background-color: #2162F1;
}
.BgClassName
{
background-color: #2162F1;
}
</style>
border-color css
<style>
span { border-color: #2162F1; }
span { border-color: rgb(33,98,241); }
td.TdClassName
{
border-color: #2162F1;
}
.TagClassName
{
border-color: #2162F1;
}
</style>