Shades of Medium Blue #0206C8
Tints of Medium Blue #0206C8
RGB
CMYK
RGB Variations
Color information
#0206C8 (or 0x0206C8) is known color: Medium Blue. HEX triplet: 02, 06 and C8. RGB value is (2,6,200). Sum of RGB (Red+Green+Blue) = 2+6+200=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 200 (78.52% from 255 or 96.15% from 208); Max value from RGB is 200 - color contains mainly: blue. Hex color #0206C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0206C8 is #FDF937. Grayscale: #1A1A1A. Windows color (decimal): -16644408 or 13108738. OLE color: 13108738.
HSL color Cylindrical-coordinate representation of color #0206C8: hue angle of 238.79º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0206C8 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 6 | 200 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.22 |
| HSL | 238.79º | 0.98% | 0.4% | - |
| HSV(B) | 238.79º | 0.99% | 0.78% | - |
| XYZ | 10.52 | 4.31 | 54.92 | - |
| YUV | 26.92 | 225.67 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 200 | 0.99 | 0.97 | 0 | 0.22 | 238.79 | 0.98 | 0.4 |
| Hex | 2 | 6 | C8 | 63 | 61 | 0 | 16 | EF | 62 | 28 |
| Octal | 2 | 6 | 310 | 143 | 141 | 0 | 26 | 357 | 142 | 50 |
| Binary | 10 | 110 | 11001000 | 1100011 | 1100001 | 0 | 10110 | 11101111 | 1100010 | 101000 |
Color Harmonies of #0206C8
Complementary color
Monochromatic Colors of #0206C8
Black with #0206C8
Text Example
Text Example
White with #0206C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0206C8; }
p { color: rgb(2,6,200); }
H1.HeaderClassName
{
color: #0206C8;
}
.AnyTagClassName
{
color: #0206C8;
}
</style>
background-color css
<style>
a { background-color: #0206C8; }
a { background-color: rgb(2,6,200); }
div.DivClassName
{
background-color: #0206C8;
}
.BgClassName
{
background-color: #0206C8;
}
</style>
border-color css
<style>
span { border-color: #0206C8; }
span { border-color: rgb(2,6,200); }
td.TdClassName
{
border-color: #0206C8;
}
.TagClassName
{
border-color: #0206C8;
}
</style>