Shades of Royal Blue #2160F4
Tints of Royal Blue #2160F4
RGB
CMYK
RGB Variations
Color information
#2160F4 (or 0x2160F4) is known color: Royal Blue. HEX triplet: 21, 60 and F4. RGB value is (33,96,244). Sum of RGB (Red+Green+Blue) = 33+96+244=373 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.85% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 244 (95.70% from 255 or 65.42% from 373); Max value from RGB is 244 - color contains mainly: blue. Hex color #2160F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2160F4 is #DE9F0B. Grayscale: #5D5D5D. Windows color (decimal): -14589708 or 16015393. OLE color: 16015393.
HSL color Cylindrical-coordinate representation of color #2160F4: hue angle of 222.09º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2160F4 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 96 | 244 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.04 |
| HSL | 222.09º | 0.91% | 0.54% | - |
| HSV(B) | 222.09º | 0.86% | 0.96% | - |
| XYZ | 21.14 | 15.22 | 87.41 | - |
| YUV | 94.04 | 212.63 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 96 | 244 | 0.86 | 0.61 | 0 | 0.04 | 222.09 | 0.91 | 0.54 |
| Hex | 21 | 60 | F4 | 56 | 3D | 0 | 4 | DE | 5B | 36 |
| Octal | 41 | 140 | 364 | 126 | 75 | 0 | 4 | 336 | 133 | 66 |
| Binary | 100001 | 1100000 | 11110100 | 1010110 | 111101 | 0 | 100 | 11011110 | 1011011 | 110110 |
Color Harmonies of #2160F4
Complementary color
Monochromatic Colors of #2160F4
Black with #2160F4
Text Example
Text Example
White with #2160F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2160F4; }
p { color: rgb(33,96,244); }
H1.HeaderClassName
{
color: #2160F4;
}
.AnyTagClassName
{
color: #2160F4;
}
</style>
background-color css
<style>
a { background-color: #2160F4; }
a { background-color: rgb(33,96,244); }
div.DivClassName
{
background-color: #2160F4;
}
.BgClassName
{
background-color: #2160F4;
}
</style>
border-color css
<style>
span { border-color: #2160F4; }
span { border-color: rgb(33,96,244); }
td.TdClassName
{
border-color: #2160F4;
}
.TagClassName
{
border-color: #2160F4;
}
</style>