Shades of Medium Blue #0206CC
Tints of Medium Blue #0206CC
RGB
CMYK
RGB Variations
Color information
#0206CC (or 0x0206CC) is known color: Medium Blue. HEX triplet: 02, 06 and CC. RGB value is (2,6,204). Sum of RGB (Red+Green+Blue) = 2+6+204=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 204 (80.08% from 255 or 96.23% from 212); Max value from RGB is 204 - color contains mainly: blue. Hex color #0206CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0206CC is #FDF933. Grayscale: #1A1A1A. Windows color (decimal): -16644404 or 13370882. OLE color: 13370882.
HSL color Cylindrical-coordinate representation of color #0206CC: hue angle of 238.81º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0206CC is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 6 | 204 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.2 |
| HSL | 238.81º | 0.98% | 0.4% | - |
| HSV(B) | 238.81º | 0.99% | 0.8% | - |
| XYZ | 10.99 | 4.5 | 57.42 | - |
| YUV | 27.38 | 227.67 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 204 | 0.99 | 0.97 | 0 | 0.2 | 238.81 | 0.98 | 0.4 |
| Hex | 2 | 6 | CC | 63 | 61 | 0 | 14 | EF | 62 | 28 |
| Octal | 2 | 6 | 314 | 143 | 141 | 0 | 24 | 357 | 142 | 50 |
| Binary | 10 | 110 | 11001100 | 1100011 | 1100001 | 0 | 10100 | 11101111 | 1100010 | 101000 |
Color Harmonies of #0206CC
Complementary color
Monochromatic Colors of #0206CC
Black with #0206CC
Text Example
Text Example
White with #0206CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0206CC; }
p { color: rgb(2,6,204); }
H1.HeaderClassName
{
color: #0206CC;
}
.AnyTagClassName
{
color: #0206CC;
}
</style>
background-color css
<style>
a { background-color: #0206CC; }
a { background-color: rgb(2,6,204); }
div.DivClassName
{
background-color: #0206CC;
}
.BgClassName
{
background-color: #0206CC;
}
</style>
border-color css
<style>
span { border-color: #0206CC; }
span { border-color: rgb(2,6,204); }
td.TdClassName
{
border-color: #0206CC;
}
.TagClassName
{
border-color: #0206CC;
}
</style>