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