Shades of Medium Blue #021ACC
Tints of Medium Blue #021ACC
RGB
CMYK
RGB Variations
Color information
#021ACC (or 0x021ACC) is known color: Medium Blue. HEX triplet: 02, 1A and CC. RGB value is (2,26,204). Sum of RGB (Red+Green+Blue) = 2+26+204=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 204 (80.08% from 255 or 87.93% from 232); Max value from RGB is 204 - color contains mainly: blue. Hex color #021ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ACC is #FDE533. Grayscale: #262626. Windows color (decimal): -16639284 or 13376002. OLE color: 13376002.
HSL color Cylindrical-coordinate representation of color #021ACC: hue angle of 232.87º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021ACC is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 26 | 204 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.2 |
| HSL | 232.87º | 0.98% | 0.4% | - |
| HSV(B) | 232.87º | 0.99% | 0.8% | - |
| XYZ | 11.29 | 5.11 | 57.52 | - |
| YUV | 39.12 | 221.05 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 204 | 0.99 | 0.87 | 0 | 0.2 | 232.87 | 0.98 | 0.4 |
| Hex | 2 | 1A | CC | 63 | 57 | 0 | 14 | E9 | 62 | 28 |
| Octal | 2 | 32 | 314 | 143 | 127 | 0 | 24 | 351 | 142 | 50 |
| Binary | 10 | 11010 | 11001100 | 1100011 | 1010111 | 0 | 10100 | 11101001 | 1100010 | 101000 |
Color Harmonies of #021ACC
Complementary color
Monochromatic Colors of #021ACC
Black with #021ACC
Text Example
Text Example
White with #021ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021ACC; }
p { color: rgb(2,26,204); }
H1.HeaderClassName
{
color: #021ACC;
}
.AnyTagClassName
{
color: #021ACC;
}
</style>
background-color css
<style>
a { background-color: #021ACC; }
a { background-color: rgb(2,26,204); }
div.DivClassName
{
background-color: #021ACC;
}
.BgClassName
{
background-color: #021ACC;
}
</style>
border-color css
<style>
span { border-color: #021ACC; }
span { border-color: rgb(2,26,204); }
td.TdClassName
{
border-color: #021ACC;
}
.TagClassName
{
border-color: #021ACC;
}
</style>