Shades of Medium Blue #021ECE
Tints of Medium Blue #021ECE
RGB
CMYK
RGB Variations
Color information
#021ECE (or 0x021ECE) is known color: Medium Blue. HEX triplet: 02, 1E and CE. RGB value is (2,30,206). Sum of RGB (Red+Green+Blue) = 2+30+206=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 206 (80.86% from 255 or 86.55% from 238); Max value from RGB is 206 - color contains mainly: blue. Hex color #021ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ECE is #FDE131. Grayscale: #282828. Windows color (decimal): -16638258 or 13508098. OLE color: 13508098.
HSL color Cylindrical-coordinate representation of color #021ECE: hue angle of 231.76º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021ECE is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 30 | 206 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.19 |
| HSL | 231.76º | 0.98% | 0.41% | - |
| HSV(B) | 231.76º | 0.99% | 0.81% | - |
| XYZ | 11.63 | 5.4 | 58.82 | - |
| YUV | 41.69 | 220.72 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 206 | 0.99 | 0.85 | 0 | 0.19 | 231.76 | 0.98 | 0.41 |
| Hex | 2 | 1E | CE | 63 | 55 | 0 | 13 | E8 | 62 | 29 |
| Octal | 2 | 36 | 316 | 143 | 125 | 0 | 23 | 350 | 142 | 51 |
| Binary | 10 | 11110 | 11001110 | 1100011 | 1010101 | 0 | 10011 | 11101000 | 1100010 | 101001 |
Color Harmonies of #021ECE
Complementary color
Monochromatic Colors of #021ECE
Black with #021ECE
Text Example
Text Example
White with #021ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021ECE; }
p { color: rgb(2,30,206); }
H1.HeaderClassName
{
color: #021ECE;
}
.AnyTagClassName
{
color: #021ECE;
}
</style>
background-color css
<style>
a { background-color: #021ECE; }
a { background-color: rgb(2,30,206); }
div.DivClassName
{
background-color: #021ECE;
}
.BgClassName
{
background-color: #021ECE;
}
</style>
border-color css
<style>
span { border-color: #021ECE; }
span { border-color: rgb(2,30,206); }
td.TdClassName
{
border-color: #021ECE;
}
.TagClassName
{
border-color: #021ECE;
}
</style>