Shades of Medium Blue #0802C2
Tints of Medium Blue #0802C2
RGB
CMYK
RGB Variations
Color information
#0802C2 (or 0x0802C2) is known color: Medium Blue. HEX triplet: 08, 02 and C2. RGB value is (8,2,194). Sum of RGB (Red+Green+Blue) = 8+2+194=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 194 (76.17% from 255 or 95.10% from 204); Max value from RGB is 194 - color contains mainly: blue. Hex color #0802C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0802C2 is #F7FD3D. Grayscale: #181818. Windows color (decimal): -16252222 or 12714504. OLE color: 12714504.
HSL color Cylindrical-coordinate representation of color #0802C2: hue angle of 241.88º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0802C2 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 2 | 194 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.24 |
| HSL | 241.88º | 0.98% | 0.38% | - |
| HSV(B) | 241.88º | 0.99% | 0.76% | - |
| XYZ | 9.86 | 3.99 | 51.29 | - |
| YUV | 25.68 | 222.99 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 194 | 0.96 | 0.99 | 0 | 0.24 | 241.88 | 0.98 | 0.38 |
| Hex | 8 | 2 | C2 | 60 | 63 | 0 | 18 | F2 | 62 | 26 |
| Octal | 10 | 2 | 302 | 140 | 143 | 0 | 30 | 362 | 142 | 46 |
| Binary | 1000 | 10 | 11000010 | 1100000 | 1100011 | 0 | 11000 | 11110010 | 1100010 | 100110 |
Color Harmonies of #0802C2
Complementary color
Monochromatic Colors of #0802C2
Black with #0802C2
Text Example
Text Example
White with #0802C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0802C2; }
p { color: rgb(8,2,194); }
H1.HeaderClassName
{
color: #0802C2;
}
.AnyTagClassName
{
color: #0802C2;
}
</style>
background-color css
<style>
a { background-color: #0802C2; }
a { background-color: rgb(8,2,194); }
div.DivClassName
{
background-color: #0802C2;
}
.BgClassName
{
background-color: #0802C2;
}
</style>
border-color css
<style>
span { border-color: #0802C2; }
span { border-color: rgb(8,2,194); }
td.TdClassName
{
border-color: #0802C2;
}
.TagClassName
{
border-color: #0802C2;
}
</style>