Shades of Royal Blue #2069ED
Tints of Royal Blue #2069ED
RGB
CMYK
RGB Variations
Color information
#2069ED (or 0x2069ED) is known color: Royal Blue. HEX triplet: 20, 69 and ED. RGB value is (32,105,237). Sum of RGB (Red+Green+Blue) = 32+105+237=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #2069ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2069ED is #DF9612. Grayscale: #616161. Windows color (decimal): -14652947 or 15558944. OLE color: 15558944.
HSL color Cylindrical-coordinate representation of color #2069ED: hue angle of 218.63º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2069ED is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 105 | 237 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.07 |
| HSL | 218.63º | 0.85% | 0.53% | - |
| HSV(B) | 218.63º | 0.86% | 0.93% | - |
| XYZ | 20.93 | 16.52 | 82.21 | - |
| YUV | 98.22 | 206.32 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 237 | 0.86 | 0.56 | 0 | 0.07 | 218.63 | 0.85 | 0.53 |
| Hex | 20 | 69 | ED | 56 | 38 | 0 | 7 | DB | 55 | 35 |
| Octal | 40 | 151 | 355 | 126 | 70 | 0 | 7 | 333 | 125 | 65 |
| Binary | 100000 | 1101001 | 11101101 | 1010110 | 111000 | 0 | 111 | 11011011 | 1010101 | 110101 |
Color Harmonies of #2069ED
Complementary color
Monochromatic Colors of #2069ED
Black with #2069ED
Text Example
Text Example
White with #2069ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2069ED; }
p { color: rgb(32,105,237); }
H1.HeaderClassName
{
color: #2069ED;
}
.AnyTagClassName
{
color: #2069ED;
}
</style>
background-color css
<style>
a { background-color: #2069ED; }
a { background-color: rgb(32,105,237); }
div.DivClassName
{
background-color: #2069ED;
}
.BgClassName
{
background-color: #2069ED;
}
</style>
border-color css
<style>
span { border-color: #2069ED; }
span { border-color: rgb(32,105,237); }
td.TdClassName
{
border-color: #2069ED;
}
.TagClassName
{
border-color: #2069ED;
}
</style>