Shades of Royal Blue #2070ED
Tints of Royal Blue #2070ED
RGB
CMYK
RGB Variations
Color information
#2070ED (or 0x2070ED) is known color: Royal Blue. HEX triplet: 20, 70 and ED. RGB value is (32,112,237). Sum of RGB (Red+Green+Blue) = 32+112+237=381 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.40% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #2070ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2070ED is #DF8F12. Grayscale: #656565. Windows color (decimal): -14651155 or 15560736. OLE color: 15560736.
HSL color Cylindrical-coordinate representation of color #2070ED: hue angle of 216.59º 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 #2070ED is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 112 | 237 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.07 |
| HSL | 216.59º | 0.85% | 0.53% | - |
| HSV(B) | 216.59º | 0.86% | 0.93% | - |
| XYZ | 21.68 | 18.01 | 82.45 | - |
| YUV | 102.33 | 204 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 237 | 0.86 | 0.53 | 0 | 0.07 | 216.59 | 0.85 | 0.53 |
| Hex | 20 | 70 | ED | 56 | 35 | 0 | 7 | D9 | 55 | 35 |
| Octal | 40 | 160 | 355 | 126 | 65 | 0 | 7 | 331 | 125 | 65 |
| Binary | 100000 | 1110000 | 11101101 | 1010110 | 110101 | 0 | 111 | 11011001 | 1010101 | 110101 |
Color Harmonies of #2070ED
Complementary color
Monochromatic Colors of #2070ED
Black with #2070ED
Text Example
Text Example
White with #2070ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2070ED; }
p { color: rgb(32,112,237); }
H1.HeaderClassName
{
color: #2070ED;
}
.AnyTagClassName
{
color: #2070ED;
}
</style>
background-color css
<style>
a { background-color: #2070ED; }
a { background-color: rgb(32,112,237); }
div.DivClassName
{
background-color: #2070ED;
}
.BgClassName
{
background-color: #2070ED;
}
</style>
border-color css
<style>
span { border-color: #2070ED; }
span { border-color: rgb(32,112,237); }
td.TdClassName
{
border-color: #2070ED;
}
.TagClassName
{
border-color: #2070ED;
}
</style>