Shades of Royal Blue #2068EF
Tints of Royal Blue #2068EF
RGB
CMYK
RGB Variations
Color information
#2068EF (or 0x2068EF) is known color: Royal Blue. HEX triplet: 20, 68 and EF. RGB value is (32,104,239). Sum of RGB (Red+Green+Blue) = 32+104+239=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #2068EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2068EF is #DF9710. Grayscale: #616161. Windows color (decimal): -14653201 or 15689760. OLE color: 15689760.
HSL color Cylindrical-coordinate representation of color #2068EF: hue angle of 219.13º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2068EF is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 104 | 239 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.06 |
| HSL | 219.13º | 0.87% | 0.53% | - |
| HSV(B) | 219.13º | 0.87% | 0.94% | - |
| XYZ | 21.13 | 16.44 | 83.72 | - |
| YUV | 97.86 | 207.65 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 239 | 0.87 | 0.56 | 0 | 0.06 | 219.13 | 0.87 | 0.53 |
| Hex | 20 | 68 | EF | 57 | 38 | 0 | 6 | DB | 57 | 35 |
| Octal | 40 | 150 | 357 | 127 | 70 | 0 | 6 | 333 | 127 | 65 |
| Binary | 100000 | 1101000 | 11101111 | 1010111 | 111000 | 0 | 110 | 11011011 | 1010111 | 110101 |
Color Harmonies of #2068EF
Complementary color
Monochromatic Colors of #2068EF
Black with #2068EF
Text Example
Text Example
White with #2068EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2068EF; }
p { color: rgb(32,104,239); }
H1.HeaderClassName
{
color: #2068EF;
}
.AnyTagClassName
{
color: #2068EF;
}
</style>
background-color css
<style>
a { background-color: #2068EF; }
a { background-color: rgb(32,104,239); }
div.DivClassName
{
background-color: #2068EF;
}
.BgClassName
{
background-color: #2068EF;
}
</style>
border-color css
<style>
span { border-color: #2068EF; }
span { border-color: rgb(32,104,239); }
td.TdClassName
{
border-color: #2068EF;
}
.TagClassName
{
border-color: #2068EF;
}
</style>