Shades of Medium Blue #0400C7
Tints of Medium Blue #0400C7
RGB
CMYK
RGB Variations
Color information
#0400C7 (or 0x0400C7) is known color: Medium Blue. HEX triplet: 04, 00 and C7. RGB value is (4,0,199). Sum of RGB (Red+Green+Blue) = 4+0+199=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 199 (78.12% from 255 or 98.03% from 203); Max value from RGB is 199 - color contains mainly: blue. Hex color #0400C7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0400C7 is #FBFF38. Grayscale: #171717. Windows color (decimal): -16514873 or 13041668. OLE color: 13041668.
HSL color Cylindrical-coordinate representation of color #0400C7: hue angle of 241.21º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0400C7 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 0 | 199 | - |
| CMYK | 0.98 | 1 | 0 | 0.22 |
| HSL | 241.21º | 1% | 0.39% | - |
| HSV(B) | 241.21º | 1% | 0.78% | - |
| XYZ | 10.36 | 4.15 | 54.29 | - |
| YUV | 23.88 | 226.83 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 199 | 0.98 | 1 | 0 | 0.22 | 241.21 | 1 | 0.39 |
| Hex | 4 | 0 | C7 | 62 | 64 | 0 | 16 | F1 | 64 | 27 |
| Octal | 4 | 0 | 307 | 142 | 144 | 0 | 26 | 361 | 144 | 47 |
| Binary | 100 | 0 | 11000111 | 1100010 | 1100100 | 0 | 10110 | 11110001 | 1100100 | 100111 |
Color Harmonies of #0400C7
Complementary color
Monochromatic Colors of #0400C7
Black with #0400C7
Text Example
Text Example
White with #0400C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0400C7; }
p { color: rgb(4,0,199); }
H1.HeaderClassName
{
color: #0400C7;
}
.AnyTagClassName
{
color: #0400C7;
}
</style>
background-color css
<style>
a { background-color: #0400C7; }
a { background-color: rgb(4,0,199); }
div.DivClassName
{
background-color: #0400C7;
}
.BgClassName
{
background-color: #0400C7;
}
</style>
border-color css
<style>
span { border-color: #0400C7; }
span { border-color: rgb(4,0,199); }
td.TdClassName
{
border-color: #0400C7;
}
.TagClassName
{
border-color: #0400C7;
}
</style>