Shades of Royal Blue #2166FB
Tints of Royal Blue #2166FB
RGB
CMYK
RGB Variations
Color information
#2166FB (or 0x2166FB) is known color: Royal Blue. HEX triplet: 21, 66 and FB. RGB value is (33,102,251). Sum of RGB (Red+Green+Blue) = 33+102+251=386 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.55% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #2166FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2166FB is #DE9904. Grayscale: #616161. Windows color (decimal): -14588165 or 16475681. OLE color: 16475681.
HSL color Cylindrical-coordinate representation of color #2166FB: hue angle of 221.01º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2166FB is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 102 | 251 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.02 |
| HSL | 221.01º | 0.96% | 0.56% | - |
| HSV(B) | 221.01º | 0.87% | 0.98% | - |
| XYZ | 22.79 | 16.79 | 93.31 | - |
| YUV | 98.36 | 214.14 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 251 | 0.87 | 0.59 | 0 | 0.02 | 221.01 | 0.96 | 0.56 |
| Hex | 21 | 66 | FB | 57 | 3B | 0 | 2 | DD | 60 | 38 |
| Octal | 41 | 146 | 373 | 127 | 73 | 0 | 2 | 335 | 140 | 70 |
| Binary | 100001 | 1100110 | 11111011 | 1010111 | 111011 | 0 | 10 | 11011101 | 1100000 | 111000 |
Color Harmonies of #2166FB
Complementary color
Monochromatic Colors of #2166FB
Black with #2166FB
Text Example
Text Example
White with #2166FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2166FB; }
p { color: rgb(33,102,251); }
H1.HeaderClassName
{
color: #2166FB;
}
.AnyTagClassName
{
color: #2166FB;
}
</style>
background-color css
<style>
a { background-color: #2166FB; }
a { background-color: rgb(33,102,251); }
div.DivClassName
{
background-color: #2166FB;
}
.BgClassName
{
background-color: #2166FB;
}
</style>
border-color css
<style>
span { border-color: #2166FB; }
span { border-color: rgb(33,102,251); }
td.TdClassName
{
border-color: #2166FB;
}
.TagClassName
{
border-color: #2166FB;
}
</style>