Shades of Royal Blue #2168DD
Tints of Royal Blue #2168DD
RGB
CMYK
RGB Variations
Color information
#2168DD (or 0x2168DD) is known color: Royal Blue. HEX triplet: 21, 68 and DD. RGB value is (33,104,221). Sum of RGB (Red+Green+Blue) = 33+104+221=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #2168DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2168DD is #DE9722. Grayscale: #5F5F5F. Windows color (decimal): -14587683 or 14510113. OLE color: 14510113.
HSL color Cylindrical-coordinate representation of color #2168DD: hue angle of 217.34º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2168DD is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 104 | 221 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.13 |
| HSL | 217.34º | 0.74% | 0.5% | - |
| HSV(B) | 217.34º | 0.85% | 0.87% | - |
| XYZ | 18.63 | 15.44 | 70.41 | - |
| YUV | 96.11 | 198.48 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 221 | 0.85 | 0.53 | 0 | 0.13 | 217.34 | 0.74 | 0.5 |
| Hex | 21 | 68 | DD | 55 | 35 | 0 | D | D9 | 4A | 32 |
| Octal | 41 | 150 | 335 | 125 | 65 | 0 | 15 | 331 | 112 | 62 |
| Binary | 100001 | 1101000 | 11011101 | 1010101 | 110101 | 0 | 1101 | 11011001 | 1001010 | 110010 |
Color Harmonies of #2168DD
Complementary color
Monochromatic Colors of #2168DD
Black with #2168DD
Text Example
Text Example
White with #2168DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2168DD; }
p { color: rgb(33,104,221); }
H1.HeaderClassName
{
color: #2168DD;
}
.AnyTagClassName
{
color: #2168DD;
}
</style>
background-color css
<style>
a { background-color: #2168DD; }
a { background-color: rgb(33,104,221); }
div.DivClassName
{
background-color: #2168DD;
}
.BgClassName
{
background-color: #2168DD;
}
</style>
border-color css
<style>
span { border-color: #2168DD; }
span { border-color: rgb(33,104,221); }
td.TdClassName
{
border-color: #2168DD;
}
.TagClassName
{
border-color: #2168DD;
}
</style>