Shades of Medium Blue #021ADD
Tints of Medium Blue #021ADD
RGB
CMYK
RGB Variations
Color information
#021ADD (or 0x021ADD) is known color: Medium Blue. HEX triplet: 02, 1A and DD. RGB value is (2,26,221). Sum of RGB (Red+Green+Blue) = 2+26+221=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 221 (86.72% from 255 or 88.76% from 249); Max value from RGB is 221 - color contains mainly: blue. Hex color #021ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ADD is #FDE522. Grayscale: #282828. Windows color (decimal): -16639267 or 14490114. OLE color: 14490114.
HSL color Cylindrical-coordinate representation of color #021ADD: hue angle of 233.42º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021ADD is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 26 | 221 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.13 |
| HSL | 233.42º | 0.98% | 0.44% | - |
| HSV(B) | 233.42º | 0.99% | 0.87% | - |
| XYZ | 13.45 | 5.97 | 68.85 | - |
| YUV | 41.05 | 229.55 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 221 | 0.99 | 0.88 | 0 | 0.13 | 233.42 | 0.98 | 0.44 |
| Hex | 2 | 1A | DD | 63 | 58 | 0 | D | E9 | 62 | 2C |
| Octal | 2 | 32 | 335 | 143 | 130 | 0 | 15 | 351 | 142 | 54 |
| Binary | 10 | 11010 | 11011101 | 1100011 | 1011000 | 0 | 1101 | 11101001 | 1100010 | 101100 |
Color Harmonies of #021ADD
Complementary color
Monochromatic Colors of #021ADD
Black with #021ADD
Text Example
Text Example
White with #021ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021ADD; }
p { color: rgb(2,26,221); }
H1.HeaderClassName
{
color: #021ADD;
}
.AnyTagClassName
{
color: #021ADD;
}
</style>
background-color css
<style>
a { background-color: #021ADD; }
a { background-color: rgb(2,26,221); }
div.DivClassName
{
background-color: #021ADD;
}
.BgClassName
{
background-color: #021ADD;
}
</style>
border-color css
<style>
span { border-color: #021ADD; }
span { border-color: rgb(2,26,221); }
td.TdClassName
{
border-color: #021ADD;
}
.TagClassName
{
border-color: #021ADD;
}
</style>