Shades of Medium Blue #0802DB
Tints of Medium Blue #0802DB
RGB
CMYK
RGB Variations
Color information
#0802DB (or 0x0802DB) is known color: Medium Blue. HEX triplet: 08, 02 and DB. RGB value is (8,2,219). Sum of RGB (Red+Green+Blue) = 8+2+219=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 219 (85.94% from 255 or 95.63% from 229); Max value from RGB is 219 - color contains mainly: blue. Hex color #0802DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0802DB is #F7FD24. Grayscale: #1B1B1B. Windows color (decimal): -16252197 or 14352904. OLE color: 14352904.
HSL color Cylindrical-coordinate representation of color #0802DB: hue angle of 241.66º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0802DB is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 2 | 219 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.14 |
| HSL | 241.66º | 0.98% | 0.43% | - |
| HSV(B) | 241.66º | 0.99% | 0.86% | - |
| XYZ | 12.91 | 5.21 | 67.34 | - |
| YUV | 28.53 | 235.49 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 219 | 0.96 | 0.99 | 0 | 0.14 | 241.66 | 0.98 | 0.43 |
| Hex | 8 | 2 | DB | 60 | 63 | 0 | E | F2 | 62 | 2B |
| Octal | 10 | 2 | 333 | 140 | 143 | 0 | 16 | 362 | 142 | 53 |
| Binary | 1000 | 10 | 11011011 | 1100000 | 1100011 | 0 | 1110 | 11110010 | 1100010 | 101011 |
Color Harmonies of #0802DB
Complementary color
Monochromatic Colors of #0802DB
Black with #0802DB
Text Example
Text Example
White with #0802DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0802DB; }
p { color: rgb(8,2,219); }
H1.HeaderClassName
{
color: #0802DB;
}
.AnyTagClassName
{
color: #0802DB;
}
</style>
background-color css
<style>
a { background-color: #0802DB; }
a { background-color: rgb(8,2,219); }
div.DivClassName
{
background-color: #0802DB;
}
.BgClassName
{
background-color: #0802DB;
}
</style>
border-color css
<style>
span { border-color: #0802DB; }
span { border-color: rgb(8,2,219); }
td.TdClassName
{
border-color: #0802DB;
}
.TagClassName
{
border-color: #0802DB;
}
</style>