Shades of Medium Blue #040BD8
Tints of Medium Blue #040BD8
RGB
CMYK
RGB Variations
Color information
#040BD8 (or 0x040BD8) is known color: Medium Blue. HEX triplet: 04, 0B and D8. RGB value is (4,11,216). Sum of RGB (Red+Green+Blue) = 4+11+216=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 216 (84.77% from 255 or 93.51% from 231); Max value from RGB is 216 - color contains mainly: blue. Hex color #040BD8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040BD8 is #FBF427. Grayscale: #1F1F1F. Windows color (decimal): -16512040 or 14158596. OLE color: 14158596.
HSL color Cylindrical-coordinate representation of color #040BD8: hue angle of 238.02º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040BD8 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 11 | 216 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.15 |
| HSL | 238.02º | 0.96% | 0.43% | - |
| HSV(B) | 238.02º | 0.98% | 0.85% | - |
| XYZ | 12.56 | 5.22 | 65.31 | - |
| YUV | 32.28 | 231.68 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 216 | 0.98 | 0.95 | 0 | 0.15 | 238.02 | 0.96 | 0.43 |
| Hex | 4 | B | D8 | 62 | 5F | 0 | F | EE | 60 | 2B |
| Octal | 4 | 13 | 330 | 142 | 137 | 0 | 17 | 356 | 140 | 53 |
| Binary | 100 | 1011 | 11011000 | 1100010 | 1011111 | 0 | 1111 | 11101110 | 1100000 | 101011 |
Color Harmonies of #040BD8
Complementary color
Monochromatic Colors of #040BD8
Black with #040BD8
Text Example
Text Example
White with #040BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040BD8; }
p { color: rgb(4,11,216); }
H1.HeaderClassName
{
color: #040BD8;
}
.AnyTagClassName
{
color: #040BD8;
}
</style>
background-color css
<style>
a { background-color: #040BD8; }
a { background-color: rgb(4,11,216); }
div.DivClassName
{
background-color: #040BD8;
}
.BgClassName
{
background-color: #040BD8;
}
</style>
border-color css
<style>
span { border-color: #040BD8; }
span { border-color: rgb(4,11,216); }
td.TdClassName
{
border-color: #040BD8;
}
.TagClassName
{
border-color: #040BD8;
}
</style>