Shades of Royal Blue #2061E6
Tints of Royal Blue #2061E6
RGB
CMYK
RGB Variations
Color information
#2061E6 (or 0x2061E6) is known color: Royal Blue. HEX triplet: 20, 61 and E6. RGB value is (32,97,230). Sum of RGB (Red+Green+Blue) = 32+97+230=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 230 (90.23% from 255 or 64.07% from 359); Max value from RGB is 230 - color contains mainly: blue. Hex color #2061E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2061E6 is #DF9E19. Grayscale: #5C5C5C. Windows color (decimal): -14655002 or 15098144. OLE color: 15098144.
HSL color Cylindrical-coordinate representation of color #2061E6: hue angle of 220.3º degrees, saturation: 0.8, 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 #2061E6 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 97 | 230 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.10 |
| HSL | 220.3º | 0.8% | 0.51% | - |
| HSV(B) | 220.3º | 0.86% | 0.9% | - |
| XYZ | 19.15 | 14.57 | 76.67 | - |
| YUV | 92.73 | 205.47 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 97 | 230 | 0.86 | 0.58 | 0 | 0.10 | 220.3 | 0.8 | 0.51 |
| Hex | 20 | 61 | E6 | 56 | 3A | 0 | A | DC | 50 | 33 |
| Octal | 40 | 141 | 346 | 126 | 72 | 0 | 12 | 334 | 120 | 63 |
| Binary | 100000 | 1100001 | 11100110 | 1010110 | 111010 | 0 | 1010 | 11011100 | 1010000 | 110011 |
Color Harmonies of #2061E6
Complementary color
Monochromatic Colors of #2061E6
Black with #2061E6
Text Example
Text Example
White with #2061E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2061E6; }
p { color: rgb(32,97,230); }
H1.HeaderClassName
{
color: #2061E6;
}
.AnyTagClassName
{
color: #2061E6;
}
</style>
background-color css
<style>
a { background-color: #2061E6; }
a { background-color: rgb(32,97,230); }
div.DivClassName
{
background-color: #2061E6;
}
.BgClassName
{
background-color: #2061E6;
}
</style>
border-color css
<style>
span { border-color: #2061E6; }
span { border-color: rgb(32,97,230); }
td.TdClassName
{
border-color: #2061E6;
}
.TagClassName
{
border-color: #2061E6;
}
</style>