Shades of Medium Blue #071CCE
Tints of Medium Blue #071CCE
RGB
CMYK
RGB Variations
Color information
#071CCE (or 0x071CCE) is known color: Medium Blue. HEX triplet: 07, 1C and CE. RGB value is (7,28,206). Sum of RGB (Red+Green+Blue) = 7+28+206=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 206 (80.86% from 255 or 85.48% from 241); Max value from RGB is 206 - color contains mainly: blue. Hex color #071CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071CCE is #F8E331. Grayscale: #292929. Windows color (decimal): -16311090 or 13507591. OLE color: 13507591.
HSL color Cylindrical-coordinate representation of color #071CCE: hue angle of 233.67º 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 #071CCE is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 28 | 206 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.19 |
| HSL | 233.67º | 0.93% | 0.42% | - |
| HSV(B) | 233.67º | 0.97% | 0.81% | - |
| XYZ | 11.64 | 5.33 | 58.81 | - |
| YUV | 42.01 | 220.54 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 206 | 0.97 | 0.86 | 0 | 0.19 | 233.67 | 0.93 | 0.42 |
| Hex | 7 | 1C | CE | 61 | 56 | 0 | 13 | EA | 5D | 2A |
| Octal | 7 | 34 | 316 | 141 | 126 | 0 | 23 | 352 | 135 | 52 |
| Binary | 111 | 11100 | 11001110 | 1100001 | 1010110 | 0 | 10011 | 11101010 | 1011101 | 101010 |
Color Harmonies of #071CCE
Complementary color
Monochromatic Colors of #071CCE
Black with #071CCE
Text Example
Text Example
White with #071CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071CCE; }
p { color: rgb(7,28,206); }
H1.HeaderClassName
{
color: #071CCE;
}
.AnyTagClassName
{
color: #071CCE;
}
</style>
background-color css
<style>
a { background-color: #071CCE; }
a { background-color: rgb(7,28,206); }
div.DivClassName
{
background-color: #071CCE;
}
.BgClassName
{
background-color: #071CCE;
}
</style>
border-color css
<style>
span { border-color: #071CCE; }
span { border-color: rgb(7,28,206); }
td.TdClassName
{
border-color: #071CCE;
}
.TagClassName
{
border-color: #071CCE;
}
</style>