Shades of Medium Blue #0802BE
Tints of Medium Blue #0802BE
RGB
CMYK
RGB Variations
Color information
#0802BE (or 0x0802BE) is known color: Medium Blue. HEX triplet: 08, 02 and BE. RGB value is (8,2,190). Sum of RGB (Red+Green+Blue) = 8+2+190=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 190 (74.61% from 255 or 95% from 200); Max value from RGB is 190 - color contains mainly: blue. Hex color #0802BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0802BE is #F7FD41. Grayscale: #181818. Windows color (decimal): -16252226 or 12452360. OLE color: 12452360.
HSL color Cylindrical-coordinate representation of color #0802BE: hue angle of 241.91º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0802BE is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 2 | 190 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.25 |
| HSL | 241.91º | 0.98% | 0.38% | - |
| HSV(B) | 241.91º | 0.99% | 0.75% | - |
| XYZ | 9.42 | 3.81 | 48.95 | - |
| YUV | 25.23 | 220.99 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 190 | 0.96 | 0.99 | 0 | 0.25 | 241.91 | 0.98 | 0.38 |
| Hex | 8 | 2 | BE | 60 | 63 | 0 | 19 | F2 | 62 | 26 |
| Octal | 10 | 2 | 276 | 140 | 143 | 0 | 31 | 362 | 142 | 46 |
| Binary | 1000 | 10 | 10111110 | 1100000 | 1100011 | 0 | 11001 | 11110010 | 1100010 | 100110 |
Color Harmonies of #0802BE
Complementary color
Monochromatic Colors of #0802BE
Black with #0802BE
Text Example
Text Example
White with #0802BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0802BE; }
p { color: rgb(8,2,190); }
H1.HeaderClassName
{
color: #0802BE;
}
.AnyTagClassName
{
color: #0802BE;
}
</style>
background-color css
<style>
a { background-color: #0802BE; }
a { background-color: rgb(8,2,190); }
div.DivClassName
{
background-color: #0802BE;
}
.BgClassName
{
background-color: #0802BE;
}
</style>
border-color css
<style>
span { border-color: #0802BE; }
span { border-color: rgb(8,2,190); }
td.TdClassName
{
border-color: #0802BE;
}
.TagClassName
{
border-color: #0802BE;
}
</style>