Shades of Medium Blue #1007E0
Tints of Medium Blue #1007E0
RGB
CMYK
RGB Variations
Color information
#1007E0 (or 0x1007E0) is known color: Medium Blue. HEX triplet: 10, 07 and E0. RGB value is (16,7,224). Sum of RGB (Red+Green+Blue) = 16+7+224=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 224 (87.89% from 255 or 90.69% from 247); Max value from RGB is 224 - color contains mainly: blue. Hex color #1007E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1007E0 is #EFF81F. Grayscale: #212121. Windows color (decimal): -15726624 or 14681872. OLE color: 14681872.
HSL color Cylindrical-coordinate representation of color #1007E0: hue angle of 242.49º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1007E0 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 7 | 224 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.12 |
| HSL | 242.49º | 0.94% | 0.45% | - |
| HSV(B) | 242.49º | 0.97% | 0.88% | - |
| XYZ | 13.74 | 5.64 | 70.89 | - |
| YUV | 34.43 | 234.98 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 224 | 0.93 | 0.97 | 0 | 0.12 | 242.49 | 0.94 | 0.45 |
| Hex | 10 | 7 | E0 | 5D | 61 | 0 | C | F2 | 5E | 2D |
| Octal | 20 | 7 | 340 | 135 | 141 | 0 | 14 | 362 | 136 | 55 |
| Binary | 10000 | 111 | 11100000 | 1011101 | 1100001 | 0 | 1100 | 11110010 | 1011110 | 101101 |
Color Harmonies of #1007E0
Complementary color
Monochromatic Colors of #1007E0
Black with #1007E0
Text Example
Text Example
White with #1007E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1007E0; }
p { color: rgb(16,7,224); }
H1.HeaderClassName
{
color: #1007E0;
}
.AnyTagClassName
{
color: #1007E0;
}
</style>
background-color css
<style>
a { background-color: #1007E0; }
a { background-color: rgb(16,7,224); }
div.DivClassName
{
background-color: #1007E0;
}
.BgClassName
{
background-color: #1007E0;
}
</style>
border-color css
<style>
span { border-color: #1007E0; }
span { border-color: rgb(16,7,224); }
td.TdClassName
{
border-color: #1007E0;
}
.TagClassName
{
border-color: #1007E0;
}
</style>