Shades of Medium Blue #0804CF
Tints of Medium Blue #0804CF
RGB
CMYK
RGB Variations
Color information
#0804CF (or 0x0804CF) is known color: Medium Blue. HEX triplet: 08, 04 and CF. RGB value is (8,4,207). Sum of RGB (Red+Green+Blue) = 8+4+207=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 207 (81.25% from 255 or 94.52% from 219); Max value from RGB is 207 - color contains mainly: blue. Hex color #0804CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0804CF is #F7FB30. Grayscale: #1B1B1B. Windows color (decimal): -16251697 or 13566984. OLE color: 13566984.
HSL color Cylindrical-coordinate representation of color #0804CF: hue angle of 241.18º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0804CF is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 4 | 207 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.19 |
| HSL | 241.18º | 0.96% | 0.41% | - |
| HSV(B) | 241.18º | 0.98% | 0.81% | - |
| XYZ | 11.41 | 4.64 | 59.33 | - |
| YUV | 28.34 | 228.83 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 207 | 0.96 | 0.98 | 0 | 0.19 | 241.18 | 0.96 | 0.41 |
| Hex | 8 | 4 | CF | 60 | 62 | 0 | 13 | F1 | 60 | 29 |
| Octal | 10 | 4 | 317 | 140 | 142 | 0 | 23 | 361 | 140 | 51 |
| Binary | 1000 | 100 | 11001111 | 1100000 | 1100010 | 0 | 10011 | 11110001 | 1100000 | 101001 |
Color Harmonies of #0804CF
Complementary color
Monochromatic Colors of #0804CF
Black with #0804CF
Text Example
Text Example
White with #0804CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0804CF; }
p { color: rgb(8,4,207); }
H1.HeaderClassName
{
color: #0804CF;
}
.AnyTagClassName
{
color: #0804CF;
}
</style>
background-color css
<style>
a { background-color: #0804CF; }
a { background-color: rgb(8,4,207); }
div.DivClassName
{
background-color: #0804CF;
}
.BgClassName
{
background-color: #0804CF;
}
</style>
border-color css
<style>
span { border-color: #0804CF; }
span { border-color: rgb(8,4,207); }
td.TdClassName
{
border-color: #0804CF;
}
.TagClassName
{
border-color: #0804CF;
}
</style>