Shades of Medium Blue #071FDE
Tints of Medium Blue #071FDE
RGB
CMYK
RGB Variations
Color information
#071FDE (or 0x071FDE) is known color: Medium Blue. HEX triplet: 07, 1F and DE. RGB value is (7,31,222). Sum of RGB (Red+Green+Blue) = 7+31+222=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 222 (87.11% from 255 or 85.38% from 260); Max value from RGB is 222 - color contains mainly: blue. Hex color #071FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071FDE is #F8E021. Grayscale: #2C2C2C. Windows color (decimal): -16310306 or 14556935. OLE color: 14556935.
HSL color Cylindrical-coordinate representation of color #071FDE: hue angle of 233.3º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071FDE is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 31 | 222 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.13 |
| HSL | 233.3º | 0.94% | 0.45% | - |
| HSV(B) | 233.3º | 0.97% | 0.87% | - |
| XYZ | 13.76 | 6.3 | 69.6 | - |
| YUV | 45.6 | 227.55 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 222 | 0.97 | 0.86 | 0 | 0.13 | 233.3 | 0.94 | 0.45 |
| Hex | 7 | 1F | DE | 61 | 56 | 0 | D | E9 | 5E | 2D |
| Octal | 7 | 37 | 336 | 141 | 126 | 0 | 15 | 351 | 136 | 55 |
| Binary | 111 | 11111 | 11011110 | 1100001 | 1010110 | 0 | 1101 | 11101001 | 1011110 | 101101 |
Color Harmonies of #071FDE
Complementary color
Monochromatic Colors of #071FDE
Black with #071FDE
Text Example
Text Example
White with #071FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071FDE; }
p { color: rgb(7,31,222); }
H1.HeaderClassName
{
color: #071FDE;
}
.AnyTagClassName
{
color: #071FDE;
}
</style>
background-color css
<style>
a { background-color: #071FDE; }
a { background-color: rgb(7,31,222); }
div.DivClassName
{
background-color: #071FDE;
}
.BgClassName
{
background-color: #071FDE;
}
</style>
border-color css
<style>
span { border-color: #071FDE; }
span { border-color: rgb(7,31,222); }
td.TdClassName
{
border-color: #071FDE;
}
.TagClassName
{
border-color: #071FDE;
}
</style>