Shades of Medium Blue #0221DB
Tints of Medium Blue #0221DB
RGB
CMYK
RGB Variations
Color information
#0221DB (or 0x0221DB) is known color: Medium Blue. HEX triplet: 02, 21 and DB. RGB value is (2,33,219). Sum of RGB (Red+Green+Blue) = 2+33+219=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 219 (85.94% from 255 or 86.22% from 254); Max value from RGB is 219 - color contains mainly: blue. Hex color #0221DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0221DB is #FDDE24. Grayscale: #2C2C2C. Windows color (decimal): -16637477 or 14360834. OLE color: 14360834.
HSL color Cylindrical-coordinate representation of color #0221DB: hue angle of 231.43º 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 #0221DB is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 33 | 219 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.14 |
| HSL | 231.43º | 0.98% | 0.43% | - |
| HSV(B) | 231.43º | 0.99% | 0.86% | - |
| XYZ | 13.36 | 6.22 | 67.51 | - |
| YUV | 44.94 | 226.23 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 219 | 0.99 | 0.85 | 0 | 0.14 | 231.43 | 0.98 | 0.43 |
| Hex | 2 | 21 | DB | 63 | 55 | 0 | E | E7 | 62 | 2B |
| Octal | 2 | 41 | 333 | 143 | 125 | 0 | 16 | 347 | 142 | 53 |
| Binary | 10 | 100001 | 11011011 | 1100011 | 1010101 | 0 | 1110 | 11100111 | 1100010 | 101011 |
Color Harmonies of #0221DB
Complementary color
Monochromatic Colors of #0221DB
Black with #0221DB
Text Example
Text Example
White with #0221DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0221DB; }
p { color: rgb(2,33,219); }
H1.HeaderClassName
{
color: #0221DB;
}
.AnyTagClassName
{
color: #0221DB;
}
</style>
background-color css
<style>
a { background-color: #0221DB; }
a { background-color: rgb(2,33,219); }
div.DivClassName
{
background-color: #0221DB;
}
.BgClassName
{
background-color: #0221DB;
}
</style>
border-color css
<style>
span { border-color: #0221DB; }
span { border-color: rgb(2,33,219); }
td.TdClassName
{
border-color: #0221DB;
}
.TagClassName
{
border-color: #0221DB;
}
</style>