Shades of Royal Blue #2067EE
Tints of Royal Blue #2067EE
RGB
CMYK
RGB Variations
Color information
#2067EE (or 0x2067EE) is known color: Royal Blue. HEX triplet: 20, 67 and EE. RGB value is (32,103,238). Sum of RGB (Red+Green+Blue) = 32+103+238=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 238 (93.36% from 255 or 63.81% from 373); Max value from RGB is 238 - color contains mainly: blue. Hex color #2067EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2067EE is #DF9811. Grayscale: #606060. Windows color (decimal): -14653458 or 15623968. OLE color: 15623968.
HSL color Cylindrical-coordinate representation of color #2067EE: hue angle of 219.32º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2067EE is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 103 | 238 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.07 |
| HSL | 219.32º | 0.86% | 0.53% | - |
| HSV(B) | 219.32º | 0.87% | 0.93% | - |
| XYZ | 20.88 | 16.18 | 82.91 | - |
| YUV | 97.16 | 207.48 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 238 | 0.87 | 0.57 | 0 | 0.07 | 219.32 | 0.86 | 0.53 |
| Hex | 20 | 67 | EE | 57 | 39 | 0 | 7 | DB | 56 | 35 |
| Octal | 40 | 147 | 356 | 127 | 71 | 0 | 7 | 333 | 126 | 65 |
| Binary | 100000 | 1100111 | 11101110 | 1010111 | 111001 | 0 | 111 | 11011011 | 1010110 | 110101 |
Color Harmonies of #2067EE
Complementary color
Monochromatic Colors of #2067EE
Black with #2067EE
Text Example
Text Example
White with #2067EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2067EE; }
p { color: rgb(32,103,238); }
H1.HeaderClassName
{
color: #2067EE;
}
.AnyTagClassName
{
color: #2067EE;
}
</style>
background-color css
<style>
a { background-color: #2067EE; }
a { background-color: rgb(32,103,238); }
div.DivClassName
{
background-color: #2067EE;
}
.BgClassName
{
background-color: #2067EE;
}
</style>
border-color css
<style>
span { border-color: #2067EE; }
span { border-color: rgb(32,103,238); }
td.TdClassName
{
border-color: #2067EE;
}
.TagClassName
{
border-color: #2067EE;
}
</style>