Shades of Medium Blue #071DCE
Tints of Medium Blue #071DCE
RGB
CMYK
RGB Variations
Color information
#071DCE (or 0x071DCE) is known color: Medium Blue. HEX triplet: 07, 1D and CE. RGB value is (7,29,206). Sum of RGB (Red+Green+Blue) = 7+29+206=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 206 (80.86% from 255 or 85.12% from 242); Max value from RGB is 206 - color contains mainly: blue. Hex color #071DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071DCE is #F8E231. Grayscale: #292929. Windows color (decimal): -16310834 or 13507847. OLE color: 13507847.
HSL color Cylindrical-coordinate representation of color #071DCE: hue angle of 233.37º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071DCE is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 29 | 206 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.19 |
| HSL | 233.37º | 0.93% | 0.42% | - |
| HSV(B) | 233.37º | 0.97% | 0.81% | - |
| XYZ | 11.67 | 5.38 | 58.82 | - |
| YUV | 42.6 | 220.21 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 206 | 0.97 | 0.86 | 0 | 0.19 | 233.37 | 0.93 | 0.42 |
| Hex | 7 | 1D | CE | 61 | 56 | 0 | 13 | E9 | 5D | 2A |
| Octal | 7 | 35 | 316 | 141 | 126 | 0 | 23 | 351 | 135 | 52 |
| Binary | 111 | 11101 | 11001110 | 1100001 | 1010110 | 0 | 10011 | 11101001 | 1011101 | 101010 |
Color Harmonies of #071DCE
Complementary color
Monochromatic Colors of #071DCE
Black with #071DCE
Text Example
Text Example
White with #071DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071DCE; }
p { color: rgb(7,29,206); }
H1.HeaderClassName
{
color: #071DCE;
}
.AnyTagClassName
{
color: #071DCE;
}
</style>
background-color css
<style>
a { background-color: #071DCE; }
a { background-color: rgb(7,29,206); }
div.DivClassName
{
background-color: #071DCE;
}
.BgClassName
{
background-color: #071DCE;
}
</style>
border-color css
<style>
span { border-color: #071DCE; }
span { border-color: rgb(7,29,206); }
td.TdClassName
{
border-color: #071DCE;
}
.TagClassName
{
border-color: #071DCE;
}
</style>