Shades of Medium Blue #071CDF
Tints of Medium Blue #071CDF
RGB
CMYK
RGB Variations
Color information
#071CDF (or 0x071CDF) is known color: Medium Blue. HEX triplet: 07, 1C and DF. RGB value is (7,28,223). Sum of RGB (Red+Green+Blue) = 7+28+223=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 223 (87.5% from 255 or 86.43% from 258); Max value from RGB is 223 - color contains mainly: blue. Hex color #071CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071CDF is #F8E320. Grayscale: #2B2B2B. Windows color (decimal): -16311073 or 14621703. OLE color: 14621703.
HSL color Cylindrical-coordinate representation of color #071CDF: hue angle of 234.17º 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 #071CDF is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 28 | 223 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.13 |
| HSL | 234.17º | 0.94% | 0.45% | - |
| HSV(B) | 234.17º | 0.97% | 0.87% | - |
| XYZ | 13.82 | 6.2 | 70.28 | - |
| YUV | 43.95 | 229.04 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 223 | 0.97 | 0.87 | 0 | 0.13 | 234.17 | 0.94 | 0.45 |
| Hex | 7 | 1C | DF | 61 | 57 | 0 | D | EA | 5E | 2D |
| Octal | 7 | 34 | 337 | 141 | 127 | 0 | 15 | 352 | 136 | 55 |
| Binary | 111 | 11100 | 11011111 | 1100001 | 1010111 | 0 | 1101 | 11101010 | 1011110 | 101101 |
Color Harmonies of #071CDF
Complementary color
Monochromatic Colors of #071CDF
Black with #071CDF
Text Example
Text Example
White with #071CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071CDF; }
p { color: rgb(7,28,223); }
H1.HeaderClassName
{
color: #071CDF;
}
.AnyTagClassName
{
color: #071CDF;
}
</style>
background-color css
<style>
a { background-color: #071CDF; }
a { background-color: rgb(7,28,223); }
div.DivClassName
{
background-color: #071CDF;
}
.BgClassName
{
background-color: #071CDF;
}
</style>
border-color css
<style>
span { border-color: #071CDF; }
span { border-color: rgb(7,28,223); }
td.TdClassName
{
border-color: #071CDF;
}
.TagClassName
{
border-color: #071CDF;
}
</style>