Shades of Medium Blue #0802C8
Tints of Medium Blue #0802C8
RGB
CMYK
RGB Variations
Color information
#0802C8 (or 0x0802C8) is known color: Medium Blue. HEX triplet: 08, 02 and C8. RGB value is (8,2,200). Sum of RGB (Red+Green+Blue) = 8+2+200=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 200 (78.52% from 255 or 95.24% from 210); Max value from RGB is 200 - color contains mainly: blue. Hex color #0802C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0802C8 is #F7FD37. Grayscale: #191919. Windows color (decimal): -16252216 or 13107720. OLE color: 13107720.
HSL color Cylindrical-coordinate representation of color #0802C8: hue angle of 241.82º 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 #0802C8 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 2 | 200 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.22 |
| HSL | 241.82º | 0.98% | 0.4% | - |
| HSV(B) | 241.82º | 0.99% | 0.78% | - |
| XYZ | 10.55 | 4.27 | 54.91 | - |
| YUV | 26.37 | 225.99 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 200 | 0.96 | 0.99 | 0 | 0.22 | 241.82 | 0.98 | 0.4 |
| Hex | 8 | 2 | C8 | 60 | 63 | 0 | 16 | F2 | 62 | 28 |
| Octal | 10 | 2 | 310 | 140 | 143 | 0 | 26 | 362 | 142 | 50 |
| Binary | 1000 | 10 | 11001000 | 1100000 | 1100011 | 0 | 10110 | 11110010 | 1100010 | 101000 |
Color Harmonies of #0802C8
Complementary color
Monochromatic Colors of #0802C8
Black with #0802C8
Text Example
Text Example
White with #0802C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0802C8; }
p { color: rgb(8,2,200); }
H1.HeaderClassName
{
color: #0802C8;
}
.AnyTagClassName
{
color: #0802C8;
}
</style>
background-color css
<style>
a { background-color: #0802C8; }
a { background-color: rgb(8,2,200); }
div.DivClassName
{
background-color: #0802C8;
}
.BgClassName
{
background-color: #0802C8;
}
</style>
border-color css
<style>
span { border-color: #0802C8; }
span { border-color: rgb(8,2,200); }
td.TdClassName
{
border-color: #0802C8;
}
.TagClassName
{
border-color: #0802C8;
}
</style>