Shades of Medium Blue #0211DF
Tints of Medium Blue #0211DF
RGB
CMYK
RGB Variations
Color information
#0211DF (or 0x0211DF) is known color: Medium Blue. HEX triplet: 02, 11 and DF. RGB value is (2,17,223). Sum of RGB (Red+Green+Blue) = 2+17+223=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 223 (87.5% from 255 or 92.15% from 242); Max value from RGB is 223 - color contains mainly: blue. Hex color #0211DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0211DF is #FDEE20. Grayscale: #232323. Windows color (decimal): -16641569 or 14618882. OLE color: 14618882.
HSL color Cylindrical-coordinate representation of color #0211DF: hue angle of 235.93º 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 #0211DF is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 17 | 223 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.13 |
| HSL | 235.93º | 0.98% | 0.44% | - |
| HSV(B) | 235.93º | 0.99% | 0.87% | - |
| XYZ | 13.54 | 5.74 | 70.21 | - |
| YUV | 36 | 233.53 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 223 | 0.99 | 0.92 | 0 | 0.13 | 235.93 | 0.98 | 0.44 |
| Hex | 2 | 11 | DF | 63 | 5C | 0 | D | EC | 62 | 2C |
| Octal | 2 | 21 | 337 | 143 | 134 | 0 | 15 | 354 | 142 | 54 |
| Binary | 10 | 10001 | 11011111 | 1100011 | 1011100 | 0 | 1101 | 11101100 | 1100010 | 101100 |
Color Harmonies of #0211DF
Complementary color
Monochromatic Colors of #0211DF
Black with #0211DF
Text Example
Text Example
White with #0211DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0211DF; }
p { color: rgb(2,17,223); }
H1.HeaderClassName
{
color: #0211DF;
}
.AnyTagClassName
{
color: #0211DF;
}
</style>
background-color css
<style>
a { background-color: #0211DF; }
a { background-color: rgb(2,17,223); }
div.DivClassName
{
background-color: #0211DF;
}
.BgClassName
{
background-color: #0211DF;
}
</style>
border-color css
<style>
span { border-color: #0211DF; }
span { border-color: rgb(2,17,223); }
td.TdClassName
{
border-color: #0211DF;
}
.TagClassName
{
border-color: #0211DF;
}
</style>