Shades of Royal Blue #2069EF
Tints of Royal Blue #2069EF
RGB
CMYK
RGB Variations
Color information
#2069EF (or 0x2069EF) is known color: Royal Blue. HEX triplet: 20, 69 and EF. RGB value is (32,105,239). Sum of RGB (Red+Green+Blue) = 32+105+239=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #2069EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2069EF is #DF9610. Grayscale: #616161. Windows color (decimal): -14652945 or 15690016. OLE color: 15690016.
HSL color Cylindrical-coordinate representation of color #2069EF: hue angle of 218.84º 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 #2069EF is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 105 | 239 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.06 |
| HSL | 218.84º | 0.87% | 0.53% | - |
| HSV(B) | 218.84º | 0.87% | 0.94% | - |
| XYZ | 21.23 | 16.64 | 83.75 | - |
| YUV | 98.45 | 207.32 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 239 | 0.87 | 0.56 | 0 | 0.06 | 218.84 | 0.87 | 0.53 |
| Hex | 20 | 69 | EF | 57 | 38 | 0 | 6 | DB | 57 | 35 |
| Octal | 40 | 151 | 357 | 127 | 70 | 0 | 6 | 333 | 127 | 65 |
| Binary | 100000 | 1101001 | 11101111 | 1010111 | 111000 | 0 | 110 | 11011011 | 1010111 | 110101 |
Color Harmonies of #2069EF
Complementary color
Monochromatic Colors of #2069EF
Black with #2069EF
Text Example
Text Example
White with #2069EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2069EF; }
p { color: rgb(32,105,239); }
H1.HeaderClassName
{
color: #2069EF;
}
.AnyTagClassName
{
color: #2069EF;
}
</style>
background-color css
<style>
a { background-color: #2069EF; }
a { background-color: rgb(32,105,239); }
div.DivClassName
{
background-color: #2069EF;
}
.BgClassName
{
background-color: #2069EF;
}
</style>
border-color css
<style>
span { border-color: #2069EF; }
span { border-color: rgb(32,105,239); }
td.TdClassName
{
border-color: #2069EF;
}
.TagClassName
{
border-color: #2069EF;
}
</style>