Shades of Medium Blue #1E15DF
Tints of Medium Blue #1E15DF
RGB
CMYK
RGB Variations
Color information
#1E15DF (or 0x1E15DF) is known color: Medium Blue. HEX triplet: 1E, 15 and DF. RGB value is (30,21,223). Sum of RGB (Red+Green+Blue) = 30+21+223=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #1E15DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E15DF is #E1EA20. Grayscale: #2D2D2D. Windows color (decimal): -14805537 or 14619934. OLE color: 14619934.
HSL color Cylindrical-coordinate representation of color #1E15DF: hue angle of 242.67º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E15DF is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 21 | 223 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.13 |
| HSL | 242.67º | 0.83% | 0.48% | - |
| HSV(B) | 242.67º | 0.91% | 0.87% | - |
| XYZ | 14.12 | 6.14 | 70.25 | - |
| YUV | 46.72 | 227.48 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 223 | 0.87 | 0.91 | 0 | 0.13 | 242.67 | 0.83 | 0.48 |
| Hex | 1E | 15 | DF | 57 | 5B | 0 | D | F3 | 53 | 30 |
| Octal | 36 | 25 | 337 | 127 | 133 | 0 | 15 | 363 | 123 | 60 |
| Binary | 11110 | 10101 | 11011111 | 1010111 | 1011011 | 0 | 1101 | 11110011 | 1010011 | 110000 |
Color Harmonies of #1E15DF
Complementary color
Monochromatic Colors of #1E15DF
Black with #1E15DF
Text Example
Text Example
White with #1E15DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E15DF; }
p { color: rgb(30,21,223); }
H1.HeaderClassName
{
color: #1E15DF;
}
.AnyTagClassName
{
color: #1E15DF;
}
</style>
background-color css
<style>
a { background-color: #1E15DF; }
a { background-color: rgb(30,21,223); }
div.DivClassName
{
background-color: #1E15DF;
}
.BgClassName
{
background-color: #1E15DF;
}
</style>
border-color css
<style>
span { border-color: #1E15DF; }
span { border-color: rgb(30,21,223); }
td.TdClassName
{
border-color: #1E15DF;
}
.TagClassName
{
border-color: #1E15DF;
}
</style>