Shades of Medium Blue #0804DB
Tints of Medium Blue #0804DB
RGB
CMYK
RGB Variations
Color information
#0804DB (or 0x0804DB) is known color: Medium Blue. HEX triplet: 08, 04 and DB. RGB value is (8,4,219). Sum of RGB (Red+Green+Blue) = 8+4+219=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 219 (85.94% from 255 or 94.81% from 231); Max value from RGB is 219 - color contains mainly: blue. Hex color #0804DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0804DB is #F7FB24. Grayscale: #1C1C1C. Windows color (decimal): -16251685 or 14353416. OLE color: 14353416.
HSL color Cylindrical-coordinate representation of color #0804DB: hue angle of 241.12º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0804DB is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 4 | 219 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.14 |
| HSL | 241.12º | 0.96% | 0.44% | - |
| HSV(B) | 241.12º | 0.98% | 0.86% | - |
| XYZ | 12.93 | 5.25 | 67.35 | - |
| YUV | 29.71 | 234.83 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 219 | 0.96 | 0.98 | 0 | 0.14 | 241.12 | 0.96 | 0.44 |
| Hex | 8 | 4 | DB | 60 | 62 | 0 | E | F1 | 60 | 2C |
| Octal | 10 | 4 | 333 | 140 | 142 | 0 | 16 | 361 | 140 | 54 |
| Binary | 1000 | 100 | 11011011 | 1100000 | 1100010 | 0 | 1110 | 11110001 | 1100000 | 101100 |
Color Harmonies of #0804DB
Complementary color
Monochromatic Colors of #0804DB
Black with #0804DB
Text Example
Text Example
White with #0804DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0804DB; }
p { color: rgb(8,4,219); }
H1.HeaderClassName
{
color: #0804DB;
}
.AnyTagClassName
{
color: #0804DB;
}
</style>
background-color css
<style>
a { background-color: #0804DB; }
a { background-color: rgb(8,4,219); }
div.DivClassName
{
background-color: #0804DB;
}
.BgClassName
{
background-color: #0804DB;
}
</style>
border-color css
<style>
span { border-color: #0804DB; }
span { border-color: rgb(8,4,219); }
td.TdClassName
{
border-color: #0804DB;
}
.TagClassName
{
border-color: #0804DB;
}
</style>