Shades of Medium Blue #1E10DA
Tints of Medium Blue #1E10DA
RGB
CMYK
RGB Variations
Color information
#1E10DA (or 0x1E10DA) is known color: Medium Blue. HEX triplet: 1E, 10 and DA. RGB value is (30,16,218). Sum of RGB (Red+Green+Blue) = 30+16+218=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 218 (85.55% from 255 or 82.58% from 264); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E10DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E10DA is #E1EF25. Grayscale: #2A2A2A. Windows color (decimal): -14806822 or 14290974. OLE color: 14290974.
HSL color Cylindrical-coordinate representation of color #1E10DA: hue angle of 244.16º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E10DA is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 16 | 218 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.15 |
| HSL | 244.16º | 0.86% | 0.46% | - |
| HSV(B) | 244.16º | 0.93% | 0.85% | - |
| XYZ | 13.38 | 5.71 | 66.73 | - |
| YUV | 43.21 | 226.64 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 218 | 0.86 | 0.93 | 0 | 0.15 | 244.16 | 0.86 | 0.46 |
| Hex | 1E | 10 | DA | 56 | 5D | 0 | F | F4 | 56 | 2E |
| Octal | 36 | 20 | 332 | 126 | 135 | 0 | 17 | 364 | 126 | 56 |
| Binary | 11110 | 10000 | 11011010 | 1010110 | 1011101 | 0 | 1111 | 11110100 | 1010110 | 101110 |
Color Harmonies of #1E10DA
Complementary color
Monochromatic Colors of #1E10DA
Black with #1E10DA
Text Example
Text Example
White with #1E10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E10DA; }
p { color: rgb(30,16,218); }
H1.HeaderClassName
{
color: #1E10DA;
}
.AnyTagClassName
{
color: #1E10DA;
}
</style>
background-color css
<style>
a { background-color: #1E10DA; }
a { background-color: rgb(30,16,218); }
div.DivClassName
{
background-color: #1E10DA;
}
.BgClassName
{
background-color: #1E10DA;
}
</style>
border-color css
<style>
span { border-color: #1E10DA; }
span { border-color: rgb(30,16,218); }
td.TdClassName
{
border-color: #1E10DA;
}
.TagClassName
{
border-color: #1E10DA;
}
</style>