Shades of Medium Blue #0408CD
Tints of Medium Blue #0408CD
RGB
CMYK
RGB Variations
Color information
#0408CD (or 0x0408CD) is known color: Medium Blue. HEX triplet: 04, 08 and CD. RGB value is (4,8,205). Sum of RGB (Red+Green+Blue) = 4+8+205=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 205 (80.47% from 255 or 94.47% from 217); Max value from RGB is 205 - color contains mainly: blue. Hex color #0408CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0408CD is #FBF732. Grayscale: #1C1C1C. Windows color (decimal): -16512819 or 13436932. OLE color: 13436932.
HSL color Cylindrical-coordinate representation of color #0408CD: hue angle of 238.81º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0408CD is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 8 | 205 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.20 |
| HSL | 238.81º | 0.96% | 0.41% | - |
| HSV(B) | 238.81º | 0.98% | 0.8% | - |
| XYZ | 11.16 | 4.61 | 58.06 | - |
| YUV | 29.26 | 227.17 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 8 | 205 | 0.98 | 0.96 | 0 | 0.20 | 238.81 | 0.96 | 0.41 |
| Hex | 4 | 8 | CD | 62 | 60 | 0 | 14 | EF | 60 | 29 |
| Octal | 4 | 10 | 315 | 142 | 140 | 0 | 24 | 357 | 140 | 51 |
| Binary | 100 | 1000 | 11001101 | 1100010 | 1100000 | 0 | 10100 | 11101111 | 1100000 | 101001 |
Color Harmonies of #0408CD
Complementary color
Monochromatic Colors of #0408CD
Black with #0408CD
Text Example
Text Example
White with #0408CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0408CD; }
p { color: rgb(4,8,205); }
H1.HeaderClassName
{
color: #0408CD;
}
.AnyTagClassName
{
color: #0408CD;
}
</style>
background-color css
<style>
a { background-color: #0408CD; }
a { background-color: rgb(4,8,205); }
div.DivClassName
{
background-color: #0408CD;
}
.BgClassName
{
background-color: #0408CD;
}
</style>
border-color css
<style>
span { border-color: #0408CD; }
span { border-color: rgb(4,8,205); }
td.TdClassName
{
border-color: #0408CD;
}
.TagClassName
{
border-color: #0408CD;
}
</style>