Shades of Medium Blue #021AC2
Tints of Medium Blue #021AC2
RGB
CMYK
RGB Variations
Color information
#021AC2 (or 0x021AC2) is known color: Medium Blue. HEX triplet: 02, 1A and C2. RGB value is (2,26,194). Sum of RGB (Red+Green+Blue) = 2+26+194=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 194 (76.17% from 255 or 87.39% from 222); Max value from RGB is 194 - color contains mainly: blue. Hex color #021AC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021AC2 is #FDE53D. Grayscale: #252525. Windows color (decimal): -16639294 or 12720642. OLE color: 12720642.
HSL color Cylindrical-coordinate representation of color #021AC2: hue angle of 232.5º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021AC2 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 26 | 194 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.24 |
| HSL | 232.5º | 0.98% | 0.38% | - |
| HSV(B) | 232.5º | 0.99% | 0.76% | - |
| XYZ | 10.13 | 4.65 | 51.4 | - |
| YUV | 37.98 | 216.05 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 194 | 0.99 | 0.87 | 0 | 0.24 | 232.5 | 0.98 | 0.38 |
| Hex | 2 | 1A | C2 | 63 | 57 | 0 | 18 | E8 | 62 | 26 |
| Octal | 2 | 32 | 302 | 143 | 127 | 0 | 30 | 350 | 142 | 46 |
| Binary | 10 | 11010 | 11000010 | 1100011 | 1010111 | 0 | 11000 | 11101000 | 1100010 | 100110 |
Color Harmonies of #021AC2
Complementary color
Monochromatic Colors of #021AC2
Black with #021AC2
Text Example
Text Example
White with #021AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021AC2; }
p { color: rgb(2,26,194); }
H1.HeaderClassName
{
color: #021AC2;
}
.AnyTagClassName
{
color: #021AC2;
}
</style>
background-color css
<style>
a { background-color: #021AC2; }
a { background-color: rgb(2,26,194); }
div.DivClassName
{
background-color: #021AC2;
}
.BgClassName
{
background-color: #021AC2;
}
</style>
border-color css
<style>
span { border-color: #021AC2; }
span { border-color: rgb(2,26,194); }
td.TdClassName
{
border-color: #021AC2;
}
.TagClassName
{
border-color: #021AC2;
}
</style>