Shades of Medium Blue #071FCF
Tints of Medium Blue #071FCF
RGB
CMYK
RGB Variations
Color information
#071FCF (or 0x071FCF) is known color: Medium Blue. HEX triplet: 07, 1F and CF. RGB value is (7,31,207). Sum of RGB (Red+Green+Blue) = 7+31+207=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 207 (81.25% from 255 or 84.49% from 245); Max value from RGB is 207 - color contains mainly: blue. Hex color #071FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071FCF is #F8E030. Grayscale: #2B2B2B. Windows color (decimal): -16310321 or 13573895. OLE color: 13573895.
HSL color Cylindrical-coordinate representation of color #071FCF: hue angle of 232.8º 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 #071FCF is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 31 | 207 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.19 |
| HSL | 232.8º | 0.93% | 0.42% | - |
| HSV(B) | 232.8º | 0.97% | 0.81% | - |
| XYZ | 11.84 | 5.53 | 59.47 | - |
| YUV | 43.89 | 220.05 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 207 | 0.97 | 0.85 | 0 | 0.19 | 232.8 | 0.93 | 0.42 |
| Hex | 7 | 1F | CF | 61 | 55 | 0 | 13 | E9 | 5D | 2A |
| Octal | 7 | 37 | 317 | 141 | 125 | 0 | 23 | 351 | 135 | 52 |
| Binary | 111 | 11111 | 11001111 | 1100001 | 1010101 | 0 | 10011 | 11101001 | 1011101 | 101010 |
Color Harmonies of #071FCF
Complementary color
Monochromatic Colors of #071FCF
Black with #071FCF
Text Example
Text Example
White with #071FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071FCF; }
p { color: rgb(7,31,207); }
H1.HeaderClassName
{
color: #071FCF;
}
.AnyTagClassName
{
color: #071FCF;
}
</style>
background-color css
<style>
a { background-color: #071FCF; }
a { background-color: rgb(7,31,207); }
div.DivClassName
{
background-color: #071FCF;
}
.BgClassName
{
background-color: #071FCF;
}
</style>
border-color css
<style>
span { border-color: #071FCF; }
span { border-color: rgb(7,31,207); }
td.TdClassName
{
border-color: #071FCF;
}
.TagClassName
{
border-color: #071FCF;
}
</style>