Shades of Medium Blue #0802CC
Tints of Medium Blue #0802CC
RGB
CMYK
RGB Variations
Color information
#0802CC (or 0x0802CC) is known color: Medium Blue. HEX triplet: 08, 02 and CC. RGB value is (8,2,204). Sum of RGB (Red+Green+Blue) = 8+2+204=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 204 (80.08% from 255 or 95.33% from 214); Max value from RGB is 204 - color contains mainly: blue. Hex color #0802CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0802CC is #F7FD33. Grayscale: #1A1A1A. Windows color (decimal): -16252212 or 13369864. OLE color: 13369864.
HSL color Cylindrical-coordinate representation of color #0802CC: hue angle of 241.78º 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 #0802CC is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 2 | 204 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.2 |
| HSL | 241.78º | 0.98% | 0.4% | - |
| HSV(B) | 241.78º | 0.99% | 0.8% | - |
| XYZ | 11.02 | 4.45 | 57.41 | - |
| YUV | 26.82 | 227.99 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 204 | 0.96 | 0.99 | 0 | 0.2 | 241.78 | 0.98 | 0.4 |
| Hex | 8 | 2 | CC | 60 | 63 | 0 | 14 | F2 | 62 | 28 |
| Octal | 10 | 2 | 314 | 140 | 143 | 0 | 24 | 362 | 142 | 50 |
| Binary | 1000 | 10 | 11001100 | 1100000 | 1100011 | 0 | 10100 | 11110010 | 1100010 | 101000 |
Color Harmonies of #0802CC
Complementary color
Monochromatic Colors of #0802CC
Black with #0802CC
Text Example
Text Example
White with #0802CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0802CC; }
p { color: rgb(8,2,204); }
H1.HeaderClassName
{
color: #0802CC;
}
.AnyTagClassName
{
color: #0802CC;
}
</style>
background-color css
<style>
a { background-color: #0802CC; }
a { background-color: rgb(8,2,204); }
div.DivClassName
{
background-color: #0802CC;
}
.BgClassName
{
background-color: #0802CC;
}
</style>
border-color css
<style>
span { border-color: #0802CC; }
span { border-color: rgb(8,2,204); }
td.TdClassName
{
border-color: #0802CC;
}
.TagClassName
{
border-color: #0802CC;
}
</style>