Shades of Medium Blue #0804CE
Tints of Medium Blue #0804CE
RGB
CMYK
RGB Variations
Color information
#0804CE (or 0x0804CE) is known color: Medium Blue. HEX triplet: 08, 04 and CE. RGB value is (8,4,206). Sum of RGB (Red+Green+Blue) = 8+4+206=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 206 (80.86% from 255 or 94.50% from 218); Max value from RGB is 206 - color contains mainly: blue. Hex color #0804CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0804CE is #F7FB31. Grayscale: #1B1B1B. Windows color (decimal): -16251698 or 13501448. OLE color: 13501448.
HSL color Cylindrical-coordinate representation of color #0804CE: hue angle of 241.19º 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 #0804CE is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 4 | 206 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.19 |
| HSL | 241.19º | 0.96% | 0.41% | - |
| HSV(B) | 241.19º | 0.98% | 0.81% | - |
| XYZ | 11.28 | 4.59 | 58.68 | - |
| YUV | 28.22 | 228.33 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 206 | 0.96 | 0.98 | 0 | 0.19 | 241.19 | 0.96 | 0.41 |
| Hex | 8 | 4 | CE | 60 | 62 | 0 | 13 | F1 | 60 | 29 |
| Octal | 10 | 4 | 316 | 140 | 142 | 0 | 23 | 361 | 140 | 51 |
| Binary | 1000 | 100 | 11001110 | 1100000 | 1100010 | 0 | 10011 | 11110001 | 1100000 | 101001 |
Color Harmonies of #0804CE
Complementary color
Monochromatic Colors of #0804CE
Black with #0804CE
Text Example
Text Example
White with #0804CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0804CE; }
p { color: rgb(8,4,206); }
H1.HeaderClassName
{
color: #0804CE;
}
.AnyTagClassName
{
color: #0804CE;
}
</style>
background-color css
<style>
a { background-color: #0804CE; }
a { background-color: rgb(8,4,206); }
div.DivClassName
{
background-color: #0804CE;
}
.BgClassName
{
background-color: #0804CE;
}
</style>
border-color css
<style>
span { border-color: #0804CE; }
span { border-color: rgb(8,4,206); }
td.TdClassName
{
border-color: #0804CE;
}
.TagClassName
{
border-color: #0804CE;
}
</style>