Shades of Royal Blue #2068DF
Tints of Royal Blue #2068DF
RGB
CMYK
RGB Variations
Color information
#2068DF (or 0x2068DF) is known color: Royal Blue. HEX triplet: 20, 68 and DF. RGB value is (32,104,223). Sum of RGB (Red+Green+Blue) = 32+104+223=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #2068DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2068DF is #DF9720. Grayscale: #5F5F5F. Windows color (decimal): -14653217 or 14641184. OLE color: 14641184.
HSL color Cylindrical-coordinate representation of color #2068DF: hue angle of 217.38º 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 #2068DF is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 104 | 223 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.13 |
| HSL | 217.38º | 0.75% | 0.5% | - |
| HSV(B) | 217.38º | 0.86% | 0.87% | - |
| XYZ | 18.87 | 15.54 | 71.82 | - |
| YUV | 96.04 | 199.65 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 223 | 0.86 | 0.53 | 0 | 0.13 | 217.38 | 0.75 | 0.5 |
| Hex | 20 | 68 | DF | 56 | 35 | 0 | D | D9 | 4B | 32 |
| Octal | 40 | 150 | 337 | 126 | 65 | 0 | 15 | 331 | 113 | 62 |
| Binary | 100000 | 1101000 | 11011111 | 1010110 | 110101 | 0 | 1101 | 11011001 | 1001011 | 110010 |
Color Harmonies of #2068DF
Complementary color
Monochromatic Colors of #2068DF
Black with #2068DF
Text Example
Text Example
White with #2068DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2068DF; }
p { color: rgb(32,104,223); }
H1.HeaderClassName
{
color: #2068DF;
}
.AnyTagClassName
{
color: #2068DF;
}
</style>
background-color css
<style>
a { background-color: #2068DF; }
a { background-color: rgb(32,104,223); }
div.DivClassName
{
background-color: #2068DF;
}
.BgClassName
{
background-color: #2068DF;
}
</style>
border-color css
<style>
span { border-color: #2068DF; }
span { border-color: rgb(32,104,223); }
td.TdClassName
{
border-color: #2068DF;
}
.TagClassName
{
border-color: #2068DF;
}
</style>