Shades of Medium Blue #021ADC
Tints of Medium Blue #021ADC
RGB
CMYK
RGB Variations
Color information
#021ADC (or 0x021ADC) is known color: Medium Blue. HEX triplet: 02, 1A and DC. RGB value is (2,26,220). Sum of RGB (Red+Green+Blue) = 2+26+220=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 220 (86.33% from 255 or 88.71% from 248); Max value from RGB is 220 - color contains mainly: blue. Hex color #021ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ADC is #FDE523. Grayscale: #282828. Windows color (decimal): -16639268 or 14424578. OLE color: 14424578.
HSL color Cylindrical-coordinate representation of color #021ADC: hue angle of 233.39º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021ADC is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 26 | 220 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.14 |
| HSL | 233.39º | 0.98% | 0.44% | - |
| HSV(B) | 233.39º | 0.99% | 0.86% | - |
| XYZ | 13.31 | 5.92 | 68.15 | - |
| YUV | 40.94 | 229.05 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 220 | 0.99 | 0.88 | 0 | 0.14 | 233.39 | 0.98 | 0.44 |
| Hex | 2 | 1A | DC | 63 | 58 | 0 | E | E9 | 62 | 2C |
| Octal | 2 | 32 | 334 | 143 | 130 | 0 | 16 | 351 | 142 | 54 |
| Binary | 10 | 11010 | 11011100 | 1100011 | 1011000 | 0 | 1110 | 11101001 | 1100010 | 101100 |
Color Harmonies of #021ADC
Complementary color
Monochromatic Colors of #021ADC
Black with #021ADC
Text Example
Text Example
White with #021ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021ADC; }
p { color: rgb(2,26,220); }
H1.HeaderClassName
{
color: #021ADC;
}
.AnyTagClassName
{
color: #021ADC;
}
</style>
background-color css
<style>
a { background-color: #021ADC; }
a { background-color: rgb(2,26,220); }
div.DivClassName
{
background-color: #021ADC;
}
.BgClassName
{
background-color: #021ADC;
}
</style>
border-color css
<style>
span { border-color: #021ADC; }
span { border-color: rgb(2,26,220); }
td.TdClassName
{
border-color: #021ADC;
}
.TagClassName
{
border-color: #021ADC;
}
</style>