Shades of Medium Blue #1E10B9
Tints of Medium Blue #1E10B9
RGB
CMYK
RGB Variations
Color information
#1E10B9 (or 0x1E10B9) is known color: Medium Blue. HEX triplet: 1E, 10 and B9. RGB value is (30,16,185). Sum of RGB (Red+Green+Blue) = 30+16+185=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 185 (72.66% from 255 or 80.09% from 231); Max value from RGB is 185 - color contains mainly: blue. Hex color #1E10B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E10B9 is #E1EF46. Grayscale: #262626. Windows color (decimal): -14806855 or 12128286. OLE color: 12128286.
HSL color Cylindrical-coordinate representation of color #1E10B9: hue angle of 244.97º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E10B9 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 16 | 185 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.27 |
| HSL | 244.97º | 0.84% | 0.39% | - |
| HSV(B) | 244.97º | 0.91% | 0.73% | - |
| XYZ | 9.48 | 4.15 | 46.2 | - |
| YUV | 39.45 | 210.14 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 185 | 0.84 | 0.91 | 0 | 0.27 | 244.97 | 0.84 | 0.39 |
| Hex | 1E | 10 | B9 | 54 | 5B | 0 | 1B | F5 | 54 | 27 |
| Octal | 36 | 20 | 271 | 124 | 133 | 0 | 33 | 365 | 124 | 47 |
| Binary | 11110 | 10000 | 10111001 | 1010100 | 1011011 | 0 | 11011 | 11110101 | 1010100 | 100111 |
Color Harmonies of #1E10B9
Complementary color
Monochromatic Colors of #1E10B9
Black with #1E10B9
Text Example
Text Example
White with #1E10B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E10B9; }
p { color: rgb(30,16,185); }
H1.HeaderClassName
{
color: #1E10B9;
}
.AnyTagClassName
{
color: #1E10B9;
}
</style>
background-color css
<style>
a { background-color: #1E10B9; }
a { background-color: rgb(30,16,185); }
div.DivClassName
{
background-color: #1E10B9;
}
.BgClassName
{
background-color: #1E10B9;
}
</style>
border-color css
<style>
span { border-color: #1E10B9; }
span { border-color: rgb(30,16,185); }
td.TdClassName
{
border-color: #1E10B9;
}
.TagClassName
{
border-color: #1E10B9;
}
</style>