Shades of Royal Blue #2066EB
Tints of Royal Blue #2066EB
RGB
CMYK
RGB Variations
Color information
#2066EB (or 0x2066EB) is known color: Royal Blue. HEX triplet: 20, 66 and EB. RGB value is (32,102,235). Sum of RGB (Red+Green+Blue) = 32+102+235=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #2066EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2066EB is #DF9914. Grayscale: #5F5F5F. Windows color (decimal): -14653717 or 15427104. OLE color: 15427104.
HSL color Cylindrical-coordinate representation of color #2066EB: hue angle of 219.31º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2066EB is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 102 | 235 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.08 |
| HSL | 219.31º | 0.84% | 0.52% | - |
| HSV(B) | 219.31º | 0.86% | 0.92% | - |
| XYZ | 20.34 | 15.81 | 80.58 | - |
| YUV | 96.23 | 206.31 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 235 | 0.86 | 0.57 | 0 | 0.08 | 219.31 | 0.84 | 0.52 |
| Hex | 20 | 66 | EB | 56 | 39 | 0 | 8 | DB | 54 | 34 |
| Octal | 40 | 146 | 353 | 126 | 71 | 0 | 10 | 333 | 124 | 64 |
| Binary | 100000 | 1100110 | 11101011 | 1010110 | 111001 | 0 | 1000 | 11011011 | 1010100 | 110100 |
Color Harmonies of #2066EB
Complementary color
Monochromatic Colors of #2066EB
Black with #2066EB
Text Example
Text Example
White with #2066EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2066EB; }
p { color: rgb(32,102,235); }
H1.HeaderClassName
{
color: #2066EB;
}
.AnyTagClassName
{
color: #2066EB;
}
</style>
background-color css
<style>
a { background-color: #2066EB; }
a { background-color: rgb(32,102,235); }
div.DivClassName
{
background-color: #2066EB;
}
.BgClassName
{
background-color: #2066EB;
}
</style>
border-color css
<style>
span { border-color: #2066EB; }
span { border-color: rgb(32,102,235); }
td.TdClassName
{
border-color: #2066EB;
}
.TagClassName
{
border-color: #2066EB;
}
</style>