Shades of Medium Blue #1009E0
Tints of Medium Blue #1009E0
RGB
CMYK
RGB Variations
Color information
#1009E0 (or 0x1009E0) is known color: Medium Blue. HEX triplet: 10, 09 and E0. RGB value is (16,9,224). Sum of RGB (Red+Green+Blue) = 16+9+224=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 224 (87.89% from 255 or 89.96% from 249); Max value from RGB is 224 - color contains mainly: blue. Hex color #1009E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1009E0 is #EFF61F. Grayscale: #222222. Windows color (decimal): -15726112 or 14682384. OLE color: 14682384.
HSL color Cylindrical-coordinate representation of color #1009E0: hue angle of 241.95º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1009E0 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 9 | 224 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.12 |
| HSL | 241.95º | 0.92% | 0.46% | - |
| HSV(B) | 241.95º | 0.96% | 0.88% | - |
| XYZ | 13.77 | 5.69 | 70.89 | - |
| YUV | 35.6 | 234.32 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 224 | 0.93 | 0.96 | 0 | 0.12 | 241.95 | 0.92 | 0.46 |
| Hex | 10 | 9 | E0 | 5D | 60 | 0 | C | F2 | 5C | 2E |
| Octal | 20 | 11 | 340 | 135 | 140 | 0 | 14 | 362 | 134 | 56 |
| Binary | 10000 | 1001 | 11100000 | 1011101 | 1100000 | 0 | 1100 | 11110010 | 1011100 | 101110 |
Color Harmonies of #1009E0
Complementary color
Monochromatic Colors of #1009E0
Black with #1009E0
Text Example
Text Example
White with #1009E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1009E0; }
p { color: rgb(16,9,224); }
H1.HeaderClassName
{
color: #1009E0;
}
.AnyTagClassName
{
color: #1009E0;
}
</style>
background-color css
<style>
a { background-color: #1009E0; }
a { background-color: rgb(16,9,224); }
div.DivClassName
{
background-color: #1009E0;
}
.BgClassName
{
background-color: #1009E0;
}
</style>
border-color css
<style>
span { border-color: #1009E0; }
span { border-color: rgb(16,9,224); }
td.TdClassName
{
border-color: #1009E0;
}
.TagClassName
{
border-color: #1009E0;
}
</style>