Shades of Royal Blue #2068DD
Tints of Royal Blue #2068DD
RGB
CMYK
RGB Variations
Color information
#2068DD (or 0x2068DD) is known color: Royal Blue. HEX triplet: 20, 68 and DD. RGB value is (32,104,221). Sum of RGB (Red+Green+Blue) = 32+104+221=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #2068DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2068DD is #DF9722. Grayscale: #5F5F5F. Windows color (decimal): -14653219 or 14510112. OLE color: 14510112.
HSL color Cylindrical-coordinate representation of color #2068DD: hue angle of 217.14º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2068DD is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 104 | 221 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.13 |
| HSL | 217.14º | 0.75% | 0.5% | - |
| HSV(B) | 217.14º | 0.86% | 0.87% | - |
| XYZ | 18.6 | 15.43 | 70.4 | - |
| YUV | 95.81 | 198.65 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 221 | 0.86 | 0.53 | 0 | 0.13 | 217.14 | 0.75 | 0.5 |
| Hex | 20 | 68 | DD | 56 | 35 | 0 | D | D9 | 4B | 32 |
| Octal | 40 | 150 | 335 | 126 | 65 | 0 | 15 | 331 | 113 | 62 |
| Binary | 100000 | 1101000 | 11011101 | 1010110 | 110101 | 0 | 1101 | 11011001 | 1001011 | 110010 |
Color Harmonies of #2068DD
Complementary color
Monochromatic Colors of #2068DD
Black with #2068DD
Text Example
Text Example
White with #2068DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2068DD; }
p { color: rgb(32,104,221); }
H1.HeaderClassName
{
color: #2068DD;
}
.AnyTagClassName
{
color: #2068DD;
}
</style>
background-color css
<style>
a { background-color: #2068DD; }
a { background-color: rgb(32,104,221); }
div.DivClassName
{
background-color: #2068DD;
}
.BgClassName
{
background-color: #2068DD;
}
</style>
border-color css
<style>
span { border-color: #2068DD; }
span { border-color: rgb(32,104,221); }
td.TdClassName
{
border-color: #2068DD;
}
.TagClassName
{
border-color: #2068DD;
}
</style>