Shades of Royal Blue #2063E6
Tints of Royal Blue #2063E6
RGB
CMYK
RGB Variations
Color information
#2063E6 (or 0x2063E6) is known color: Royal Blue. HEX triplet: 20, 63 and E6. RGB value is (32,99,230). Sum of RGB (Red+Green+Blue) = 32+99+230=361 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.86% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 230 (90.23% from 255 or 63.71% from 361); Max value from RGB is 230 - color contains mainly: blue. Hex color #2063E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2063E6 is #DF9C19. Grayscale: #5D5D5D. Windows color (decimal): -14654490 or 15098656. OLE color: 15098656.
HSL color Cylindrical-coordinate representation of color #2063E6: hue angle of 219.7º 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 #2063E6 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 99 | 230 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.10 |
| HSL | 219.7º | 0.8% | 0.51% | - |
| HSV(B) | 219.7º | 0.86% | 0.9% | - |
| XYZ | 19.34 | 14.94 | 76.73 | - |
| YUV | 93.9 | 204.8 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 230 | 0.86 | 0.57 | 0 | 0.10 | 219.7 | 0.8 | 0.51 |
| Hex | 20 | 63 | E6 | 56 | 39 | 0 | A | DC | 50 | 33 |
| Octal | 40 | 143 | 346 | 126 | 71 | 0 | 12 | 334 | 120 | 63 |
| Binary | 100000 | 1100011 | 11100110 | 1010110 | 111001 | 0 | 1010 | 11011100 | 1010000 | 110011 |
Color Harmonies of #2063E6
Complementary color
Monochromatic Colors of #2063E6
Black with #2063E6
Text Example
Text Example
White with #2063E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2063E6; }
p { color: rgb(32,99,230); }
H1.HeaderClassName
{
color: #2063E6;
}
.AnyTagClassName
{
color: #2063E6;
}
</style>
background-color css
<style>
a { background-color: #2063E6; }
a { background-color: rgb(32,99,230); }
div.DivClassName
{
background-color: #2063E6;
}
.BgClassName
{
background-color: #2063E6;
}
</style>
border-color css
<style>
span { border-color: #2063E6; }
span { border-color: rgb(32,99,230); }
td.TdClassName
{
border-color: #2063E6;
}
.TagClassName
{
border-color: #2063E6;
}
</style>