Shades of Medium Blue #0804BD
Tints of Medium Blue #0804BD
RGB
CMYK
RGB Variations
Color information
#0804BD (or 0x0804BD) is known color: Medium Blue. HEX triplet: 08, 04 and BD. RGB value is (8,4,189). Sum of RGB (Red+Green+Blue) = 8+4+189=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 189 (74.22% from 255 or 94.03% from 201); Max value from RGB is 189 - color contains mainly: blue. Hex color #0804BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0804BD is #F7FB42. Grayscale: #191919. Windows color (decimal): -16251715 or 12387336. OLE color: 12387336.
HSL color Cylindrical-coordinate representation of color #0804BD: hue angle of 241.3º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0804BD is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 4 | 189 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.26 |
| HSL | 241.3º | 0.96% | 0.38% | - |
| HSV(B) | 241.3º | 0.98% | 0.74% | - |
| XYZ | 9.33 | 3.81 | 48.39 | - |
| YUV | 26.29 | 219.83 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 189 | 0.96 | 0.98 | 0 | 0.26 | 241.3 | 0.96 | 0.38 |
| Hex | 8 | 4 | BD | 60 | 62 | 0 | 1A | F1 | 60 | 26 |
| Octal | 10 | 4 | 275 | 140 | 142 | 0 | 32 | 361 | 140 | 46 |
| Binary | 1000 | 100 | 10111101 | 1100000 | 1100010 | 0 | 11010 | 11110001 | 1100000 | 100110 |
Color Harmonies of #0804BD
Complementary color
Monochromatic Colors of #0804BD
Black with #0804BD
Text Example
Text Example
White with #0804BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0804BD; }
p { color: rgb(8,4,189); }
H1.HeaderClassName
{
color: #0804BD;
}
.AnyTagClassName
{
color: #0804BD;
}
</style>
background-color css
<style>
a { background-color: #0804BD; }
a { background-color: rgb(8,4,189); }
div.DivClassName
{
background-color: #0804BD;
}
.BgClassName
{
background-color: #0804BD;
}
</style>
border-color css
<style>
span { border-color: #0804BD; }
span { border-color: rgb(8,4,189); }
td.TdClassName
{
border-color: #0804BD;
}
.TagClassName
{
border-color: #0804BD;
}
</style>