Shades of Medium Blue #021ADB
Tints of Medium Blue #021ADB
RGB
CMYK
RGB Variations
Color information
#021ADB (or 0x021ADB) is known color: Medium Blue. HEX triplet: 02, 1A and DB. RGB value is (2,26,219). Sum of RGB (Red+Green+Blue) = 2+26+219=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 219 (85.94% from 255 or 88.66% from 247); Max value from RGB is 219 - color contains mainly: blue. Hex color #021ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ADB is #FDE524. Grayscale: #282828. Windows color (decimal): -16639269 or 14359042. OLE color: 14359042.
HSL color Cylindrical-coordinate representation of color #021ADB: hue angle of 233.36º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021ADB is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 26 | 219 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.14 |
| HSL | 233.36º | 0.98% | 0.43% | - |
| HSV(B) | 233.36º | 0.99% | 0.86% | - |
| XYZ | 13.18 | 5.87 | 67.46 | - |
| YUV | 40.83 | 228.55 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 219 | 0.99 | 0.88 | 0 | 0.14 | 233.36 | 0.98 | 0.43 |
| Hex | 2 | 1A | DB | 63 | 58 | 0 | E | E9 | 62 | 2B |
| Octal | 2 | 32 | 333 | 143 | 130 | 0 | 16 | 351 | 142 | 53 |
| Binary | 10 | 11010 | 11011011 | 1100011 | 1011000 | 0 | 1110 | 11101001 | 1100010 | 101011 |
Color Harmonies of #021ADB
Complementary color
Monochromatic Colors of #021ADB
Black with #021ADB
Text Example
Text Example
White with #021ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021ADB; }
p { color: rgb(2,26,219); }
H1.HeaderClassName
{
color: #021ADB;
}
.AnyTagClassName
{
color: #021ADB;
}
</style>
background-color css
<style>
a { background-color: #021ADB; }
a { background-color: rgb(2,26,219); }
div.DivClassName
{
background-color: #021ADB;
}
.BgClassName
{
background-color: #021ADB;
}
</style>
border-color css
<style>
span { border-color: #021ADB; }
span { border-color: rgb(2,26,219); }
td.TdClassName
{
border-color: #021ADB;
}
.TagClassName
{
border-color: #021ADB;
}
</style>