Shades of Royal Blue #2168EE
Tints of Royal Blue #2168EE
RGB
CMYK
RGB Variations
Color information
#2168EE (or 0x2168EE) is known color: Royal Blue. HEX triplet: 21, 68 and EE. RGB value is (33,104,238). Sum of RGB (Red+Green+Blue) = 33+104+238=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #2168EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2168EE is #DE9711. Grayscale: #616161. Windows color (decimal): -14587666 or 15624225. OLE color: 15624225.
HSL color Cylindrical-coordinate representation of color #2168EE: hue angle of 219.22º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2168EE is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 104 | 238 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.07 |
| HSL | 219.22º | 0.86% | 0.53% | - |
| HSV(B) | 219.22º | 0.86% | 0.93% | - |
| XYZ | 21.01 | 16.4 | 82.95 | - |
| YUV | 98.05 | 206.98 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 238 | 0.86 | 0.56 | 0 | 0.07 | 219.22 | 0.86 | 0.53 |
| Hex | 21 | 68 | EE | 56 | 38 | 0 | 7 | DB | 56 | 35 |
| Octal | 41 | 150 | 356 | 126 | 70 | 0 | 7 | 333 | 126 | 65 |
| Binary | 100001 | 1101000 | 11101110 | 1010110 | 111000 | 0 | 111 | 11011011 | 1010110 | 110101 |
Color Harmonies of #2168EE
Complementary color
Monochromatic Colors of #2168EE
Black with #2168EE
Text Example
Text Example
White with #2168EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2168EE; }
p { color: rgb(33,104,238); }
H1.HeaderClassName
{
color: #2168EE;
}
.AnyTagClassName
{
color: #2168EE;
}
</style>
background-color css
<style>
a { background-color: #2168EE; }
a { background-color: rgb(33,104,238); }
div.DivClassName
{
background-color: #2168EE;
}
.BgClassName
{
background-color: #2168EE;
}
</style>
border-color css
<style>
span { border-color: #2168EE; }
span { border-color: rgb(33,104,238); }
td.TdClassName
{
border-color: #2168EE;
}
.TagClassName
{
border-color: #2168EE;
}
</style>