Shades of Medium Blue #0802C6
Tints of Medium Blue #0802C6
RGB
CMYK
RGB Variations
Color information
#0802C6 (or 0x0802C6) is known color: Medium Blue. HEX triplet: 08, 02 and C6. RGB value is (8,2,198). Sum of RGB (Red+Green+Blue) = 8+2+198=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 198 (77.73% from 255 or 95.19% from 208); Max value from RGB is 198 - color contains mainly: blue. Hex color #0802C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0802C6 is #F7FD39. Grayscale: #191919. Windows color (decimal): -16252218 or 12976648. OLE color: 12976648.
HSL color Cylindrical-coordinate representation of color #0802C6: hue angle of 241.84º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0802C6 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 2 | 198 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.22 |
| HSL | 241.84º | 0.98% | 0.39% | - |
| HSV(B) | 241.84º | 0.99% | 0.78% | - |
| XYZ | 10.31 | 4.17 | 53.69 | - |
| YUV | 26.14 | 224.99 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 198 | 0.96 | 0.99 | 0 | 0.22 | 241.84 | 0.98 | 0.39 |
| Hex | 8 | 2 | C6 | 60 | 63 | 0 | 16 | F2 | 62 | 27 |
| Octal | 10 | 2 | 306 | 140 | 143 | 0 | 26 | 362 | 142 | 47 |
| Binary | 1000 | 10 | 11000110 | 1100000 | 1100011 | 0 | 10110 | 11110010 | 1100010 | 100111 |
Color Harmonies of #0802C6
Complementary color
Monochromatic Colors of #0802C6
Black with #0802C6
Text Example
Text Example
White with #0802C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0802C6; }
p { color: rgb(8,2,198); }
H1.HeaderClassName
{
color: #0802C6;
}
.AnyTagClassName
{
color: #0802C6;
}
</style>
background-color css
<style>
a { background-color: #0802C6; }
a { background-color: rgb(8,2,198); }
div.DivClassName
{
background-color: #0802C6;
}
.BgClassName
{
background-color: #0802C6;
}
</style>
border-color css
<style>
span { border-color: #0802C6; }
span { border-color: rgb(8,2,198); }
td.TdClassName
{
border-color: #0802C6;
}
.TagClassName
{
border-color: #0802C6;
}
</style>