Shades of Medium Blue #0802CF
Tints of Medium Blue #0802CF
RGB
CMYK
RGB Variations
Color information
#0802CF (or 0x0802CF) is known color: Medium Blue. HEX triplet: 08, 02 and CF. RGB value is (8,2,207). Sum of RGB (Red+Green+Blue) = 8+2+207=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 207 (81.25% from 255 or 95.39% from 217); Max value from RGB is 207 - color contains mainly: blue. Hex color #0802CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0802CF is #F7FD30. Grayscale: #1A1A1A. Windows color (decimal): -16252209 or 13566472. OLE color: 13566472.
HSL color Cylindrical-coordinate representation of color #0802CF: hue angle of 241.76º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0802CF is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 2 | 207 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.19 |
| HSL | 241.76º | 0.98% | 0.41% | - |
| HSV(B) | 241.76º | 0.99% | 0.81% | - |
| XYZ | 11.38 | 4.6 | 59.32 | - |
| YUV | 27.16 | 229.49 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 207 | 0.96 | 0.99 | 0 | 0.19 | 241.76 | 0.98 | 0.41 |
| Hex | 8 | 2 | CF | 60 | 63 | 0 | 13 | F2 | 62 | 29 |
| Octal | 10 | 2 | 317 | 140 | 143 | 0 | 23 | 362 | 142 | 51 |
| Binary | 1000 | 10 | 11001111 | 1100000 | 1100011 | 0 | 10011 | 11110010 | 1100010 | 101001 |
Color Harmonies of #0802CF
Complementary color
Monochromatic Colors of #0802CF
Black with #0802CF
Text Example
Text Example
White with #0802CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0802CF; }
p { color: rgb(8,2,207); }
H1.HeaderClassName
{
color: #0802CF;
}
.AnyTagClassName
{
color: #0802CF;
}
</style>
background-color css
<style>
a { background-color: #0802CF; }
a { background-color: rgb(8,2,207); }
div.DivClassName
{
background-color: #0802CF;
}
.BgClassName
{
background-color: #0802CF;
}
</style>
border-color css
<style>
span { border-color: #0802CF; }
span { border-color: rgb(8,2,207); }
td.TdClassName
{
border-color: #0802CF;
}
.TagClassName
{
border-color: #0802CF;
}
</style>