Shades of Medium Blue #0220DF
Tints of Medium Blue #0220DF
RGB
CMYK
RGB Variations
Color information
#0220DF (or 0x0220DF) is known color: Medium Blue. HEX triplet: 02, 20 and DF. RGB value is (2,32,223). Sum of RGB (Red+Green+Blue) = 2+32+223=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 223 (87.5% from 255 or 86.77% from 257); Max value from RGB is 223 - color contains mainly: blue. Hex color #0220DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0220DF is #FDDF20. Grayscale: #2C2C2C. Windows color (decimal): -16637729 or 14622722. OLE color: 14622722.
HSL color Cylindrical-coordinate representation of color #0220DF: hue angle of 231.86º 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 #0220DF is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 32 | 223 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.13 |
| HSL | 231.86º | 0.98% | 0.44% | - |
| HSV(B) | 231.86º | 0.99% | 0.87% | - |
| XYZ | 13.86 | 6.37 | 70.31 | - |
| YUV | 44.8 | 228.56 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 223 | 0.99 | 0.86 | 0 | 0.13 | 231.86 | 0.98 | 0.44 |
| Hex | 2 | 20 | DF | 63 | 56 | 0 | D | E8 | 62 | 2C |
| Octal | 2 | 40 | 337 | 143 | 126 | 0 | 15 | 350 | 142 | 54 |
| Binary | 10 | 100000 | 11011111 | 1100011 | 1010110 | 0 | 1101 | 11101000 | 1100010 | 101100 |
Color Harmonies of #0220DF
Complementary color
Monochromatic Colors of #0220DF
Black with #0220DF
Text Example
Text Example
White with #0220DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0220DF; }
p { color: rgb(2,32,223); }
H1.HeaderClassName
{
color: #0220DF;
}
.AnyTagClassName
{
color: #0220DF;
}
</style>
background-color css
<style>
a { background-color: #0220DF; }
a { background-color: rgb(2,32,223); }
div.DivClassName
{
background-color: #0220DF;
}
.BgClassName
{
background-color: #0220DF;
}
</style>
border-color css
<style>
span { border-color: #0220DF; }
span { border-color: rgb(2,32,223); }
td.TdClassName
{
border-color: #0220DF;
}
.TagClassName
{
border-color: #0220DF;
}
</style>