Shades of Medium Blue #0214DD
Tints of Medium Blue #0214DD
RGB
CMYK
RGB Variations
Color information
#0214DD (or 0x0214DD) is known color: Medium Blue. HEX triplet: 02, 14 and DD. RGB value is (2,20,221). Sum of RGB (Red+Green+Blue) = 2+20+221=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 221 (86.72% from 255 or 90.95% from 243); Max value from RGB is 221 - color contains mainly: blue. Hex color #0214DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0214DD is #FDEB22. Grayscale: #242424. Windows color (decimal): -16640803 or 14488578. OLE color: 14488578.
HSL color Cylindrical-coordinate representation of color #0214DD: hue angle of 235.07º 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 #0214DD is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 20 | 221 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.13 |
| HSL | 235.07º | 0.98% | 0.44% | - |
| HSV(B) | 235.07º | 0.99% | 0.87% | - |
| XYZ | 13.33 | 5.73 | 68.81 | - |
| YUV | 37.53 | 231.54 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 221 | 0.99 | 0.91 | 0 | 0.13 | 235.07 | 0.98 | 0.44 |
| Hex | 2 | 14 | DD | 63 | 5B | 0 | D | EB | 62 | 2C |
| Octal | 2 | 24 | 335 | 143 | 133 | 0 | 15 | 353 | 142 | 54 |
| Binary | 10 | 10100 | 11011101 | 1100011 | 1011011 | 0 | 1101 | 11101011 | 1100010 | 101100 |
Color Harmonies of #0214DD
Complementary color
Monochromatic Colors of #0214DD
Black with #0214DD
Text Example
Text Example
White with #0214DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0214DD; }
p { color: rgb(2,20,221); }
H1.HeaderClassName
{
color: #0214DD;
}
.AnyTagClassName
{
color: #0214DD;
}
</style>
background-color css
<style>
a { background-color: #0214DD; }
a { background-color: rgb(2,20,221); }
div.DivClassName
{
background-color: #0214DD;
}
.BgClassName
{
background-color: #0214DD;
}
</style>
border-color css
<style>
span { border-color: #0214DD; }
span { border-color: rgb(2,20,221); }
td.TdClassName
{
border-color: #0214DD;
}
.TagClassName
{
border-color: #0214DD;
}
</style>