Shades of Medium Blue #021DDB
Tints of Medium Blue #021DDB
RGB
CMYK
RGB Variations
Color information
#021DDB (or 0x021DDB) is known color: Medium Blue. HEX triplet: 02, 1D and DB. RGB value is (2,29,219). Sum of RGB (Red+Green+Blue) = 2+29+219=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 219 (85.94% from 255 or 87.6% from 250); Max value from RGB is 219 - color contains mainly: blue. Hex color #021DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021DDB is #FDE224. Grayscale: #292929. Windows color (decimal): -16638501 or 14359810. OLE color: 14359810.
HSL color Cylindrical-coordinate representation of color #021DDB: hue angle of 232.53º 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 #021DDB is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 29 | 219 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.14 |
| HSL | 232.53º | 0.98% | 0.43% | - |
| HSV(B) | 232.53º | 0.99% | 0.86% | - |
| XYZ | 13.25 | 6.01 | 67.48 | - |
| YUV | 42.59 | 227.55 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 219 | 0.99 | 0.87 | 0 | 0.14 | 232.53 | 0.98 | 0.43 |
| Hex | 2 | 1D | DB | 63 | 57 | 0 | E | E9 | 62 | 2B |
| Octal | 2 | 35 | 333 | 143 | 127 | 0 | 16 | 351 | 142 | 53 |
| Binary | 10 | 11101 | 11011011 | 1100011 | 1010111 | 0 | 1110 | 11101001 | 1100010 | 101011 |
Color Harmonies of #021DDB
Complementary color
Monochromatic Colors of #021DDB
Black with #021DDB
Text Example
Text Example
White with #021DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021DDB; }
p { color: rgb(2,29,219); }
H1.HeaderClassName
{
color: #021DDB;
}
.AnyTagClassName
{
color: #021DDB;
}
</style>
background-color css
<style>
a { background-color: #021DDB; }
a { background-color: rgb(2,29,219); }
div.DivClassName
{
background-color: #021DDB;
}
.BgClassName
{
background-color: #021DDB;
}
</style>
border-color css
<style>
span { border-color: #021DDB; }
span { border-color: rgb(2,29,219); }
td.TdClassName
{
border-color: #021DDB;
}
.TagClassName
{
border-color: #021DDB;
}
</style>