Shades of Royal Blue #2072E5
Tints of Royal Blue #2072E5
RGB
CMYK
RGB Variations
Color information
#2072E5 (or 0x2072E5) is known color: Royal Blue. HEX triplet: 20, 72 and E5. RGB value is (32,114,229). Sum of RGB (Red+Green+Blue) = 32+114+229=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 229 (89.84% from 255 or 61.07% from 375); Max value from RGB is 229 - color contains mainly: blue. Hex color #2072E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2072E5 is #DF8D1A. Grayscale: #666666. Windows color (decimal): -14650651 or 15036960. OLE color: 15036960.
HSL color Cylindrical-coordinate representation of color #2072E5: hue angle of 215.03º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2072E5 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 114 | 229 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.10 |
| HSL | 215.03º | 0.79% | 0.51% | - |
| HSV(B) | 215.03º | 0.86% | 0.9% | - |
| XYZ | 20.76 | 18 | 76.51 | - |
| YUV | 102.59 | 199.33 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 114 | 229 | 0.86 | 0.50 | 0 | 0.10 | 215.03 | 0.79 | 0.51 |
| Hex | 20 | 72 | E5 | 56 | 32 | 0 | A | D7 | 4F | 33 |
| Octal | 40 | 162 | 345 | 126 | 62 | 0 | 12 | 327 | 117 | 63 |
| Binary | 100000 | 1110010 | 11100101 | 1010110 | 110010 | 0 | 1010 | 11010111 | 1001111 | 110011 |
Color Harmonies of #2072E5
Complementary color
Monochromatic Colors of #2072E5
Black with #2072E5
Text Example
Text Example
White with #2072E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2072E5; }
p { color: rgb(32,114,229); }
H1.HeaderClassName
{
color: #2072E5;
}
.AnyTagClassName
{
color: #2072E5;
}
</style>
background-color css
<style>
a { background-color: #2072E5; }
a { background-color: rgb(32,114,229); }
div.DivClassName
{
background-color: #2072E5;
}
.BgClassName
{
background-color: #2072E5;
}
</style>
border-color css
<style>
span { border-color: #2072E5; }
span { border-color: rgb(32,114,229); }
td.TdClassName
{
border-color: #2072E5;
}
.TagClassName
{
border-color: #2072E5;
}
</style>