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