Shades of Medium Blue #0207DC
Tints of Medium Blue #0207DC
RGB
CMYK
RGB Variations
Color information
#0207DC (or 0x0207DC) is known color: Medium Blue. HEX triplet: 02, 07 and DC. RGB value is (2,7,220). Sum of RGB (Red+Green+Blue) = 2+7+220=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 220 (86.33% from 255 or 96.07% from 229); Max value from RGB is 220 - color contains mainly: blue. Hex color #0207DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0207DC is #FDF823. Grayscale: #1C1C1C. Windows color (decimal): -16644132 or 14419714. OLE color: 14419714.
HSL color Cylindrical-coordinate representation of color #0207DC: hue angle of 238.62º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0207DC is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 7 | 220 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.14 |
| HSL | 238.62º | 0.98% | 0.44% | - |
| HSV(B) | 238.62º | 0.99% | 0.86% | - |
| XYZ | 13.02 | 5.33 | 68.05 | - |
| YUV | 29.79 | 235.34 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 220 | 0.99 | 0.97 | 0 | 0.14 | 238.62 | 0.98 | 0.44 |
| Hex | 2 | 7 | DC | 63 | 61 | 0 | E | EF | 62 | 2C |
| Octal | 2 | 7 | 334 | 143 | 141 | 0 | 16 | 357 | 142 | 54 |
| Binary | 10 | 111 | 11011100 | 1100011 | 1100001 | 0 | 1110 | 11101111 | 1100010 | 101100 |
Color Harmonies of #0207DC
Complementary color
Monochromatic Colors of #0207DC
Black with #0207DC
Text Example
Text Example
White with #0207DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0207DC; }
p { color: rgb(2,7,220); }
H1.HeaderClassName
{
color: #0207DC;
}
.AnyTagClassName
{
color: #0207DC;
}
</style>
background-color css
<style>
a { background-color: #0207DC; }
a { background-color: rgb(2,7,220); }
div.DivClassName
{
background-color: #0207DC;
}
.BgClassName
{
background-color: #0207DC;
}
</style>
border-color css
<style>
span { border-color: #0207DC; }
span { border-color: rgb(2,7,220); }
td.TdClassName
{
border-color: #0207DC;
}
.TagClassName
{
border-color: #0207DC;
}
</style>