Shades of Medium Blue #071BCD
Tints of Medium Blue #071BCD
RGB
CMYK
RGB Variations
Color information
#071BCD (or 0x071BCD) is known color: Medium Blue. HEX triplet: 07, 1B and CD. RGB value is (7,27,205). Sum of RGB (Red+Green+Blue) = 7+27+205=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 205 (80.47% from 255 or 85.77% from 239); Max value from RGB is 205 - color contains mainly: blue. Hex color #071BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071BCD is #F8E432. Grayscale: #282828. Windows color (decimal): -16311347 or 13441799. OLE color: 13441799.
HSL color Cylindrical-coordinate representation of color #071BCD: hue angle of 233.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071BCD is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 27 | 205 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.20 |
| HSL | 233.94º | 0.93% | 0.42% | - |
| HSV(B) | 233.94º | 0.97% | 0.8% | - |
| XYZ | 11.5 | 5.24 | 58.16 | - |
| YUV | 41.31 | 220.37 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 205 | 0.97 | 0.87 | 0 | 0.20 | 233.94 | 0.93 | 0.42 |
| Hex | 7 | 1B | CD | 61 | 57 | 0 | 14 | EA | 5D | 2A |
| Octal | 7 | 33 | 315 | 141 | 127 | 0 | 24 | 352 | 135 | 52 |
| Binary | 111 | 11011 | 11001101 | 1100001 | 1010111 | 0 | 10100 | 11101010 | 1011101 | 101010 |
Color Harmonies of #071BCD
Complementary color
Monochromatic Colors of #071BCD
Black with #071BCD
Text Example
Text Example
White with #071BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071BCD; }
p { color: rgb(7,27,205); }
H1.HeaderClassName
{
color: #071BCD;
}
.AnyTagClassName
{
color: #071BCD;
}
</style>
background-color css
<style>
a { background-color: #071BCD; }
a { background-color: rgb(7,27,205); }
div.DivClassName
{
background-color: #071BCD;
}
.BgClassName
{
background-color: #071BCD;
}
</style>
border-color css
<style>
span { border-color: #071BCD; }
span { border-color: rgb(7,27,205); }
td.TdClassName
{
border-color: #071BCD;
}
.TagClassName
{
border-color: #071BCD;
}
</style>