Shades of Medium Blue #1E14DF
Tints of Medium Blue #1E14DF
RGB
CMYK
RGB Variations
Color information
#1E14DF (or 0x1E14DF) is known color: Medium Blue. HEX triplet: 1E, 14 and DF. RGB value is (30,20,223). Sum of RGB (Red+Green+Blue) = 30+20+223=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 223 (87.5% from 255 or 81.68% from 273); Max value from RGB is 223 - color contains mainly: blue. Hex color #1E14DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E14DF is #E1EB20. Grayscale: #2D2D2D. Windows color (decimal): -14805793 or 14619678. OLE color: 14619678.
HSL color Cylindrical-coordinate representation of color #1E14DF: hue angle of 242.96º degrees, saturation: 0.84, 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 #1E14DF is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 20 | 223 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.13 |
| HSL | 242.96º | 0.84% | 0.48% | - |
| HSV(B) | 242.96º | 0.91% | 0.87% | - |
| XYZ | 14.1 | 6.1 | 70.25 | - |
| YUV | 46.13 | 227.81 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 223 | 0.87 | 0.91 | 0 | 0.13 | 242.96 | 0.84 | 0.48 |
| Hex | 1E | 14 | DF | 57 | 5B | 0 | D | F3 | 54 | 30 |
| Octal | 36 | 24 | 337 | 127 | 133 | 0 | 15 | 363 | 124 | 60 |
| Binary | 11110 | 10100 | 11011111 | 1010111 | 1011011 | 0 | 1101 | 11110011 | 1010100 | 110000 |
Color Harmonies of #1E14DF
Complementary color
Monochromatic Colors of #1E14DF
Black with #1E14DF
Text Example
Text Example
White with #1E14DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E14DF; }
p { color: rgb(30,20,223); }
H1.HeaderClassName
{
color: #1E14DF;
}
.AnyTagClassName
{
color: #1E14DF;
}
</style>
background-color css
<style>
a { background-color: #1E14DF; }
a { background-color: rgb(30,20,223); }
div.DivClassName
{
background-color: #1E14DF;
}
.BgClassName
{
background-color: #1E14DF;
}
</style>
border-color css
<style>
span { border-color: #1E14DF; }
span { border-color: rgb(30,20,223); }
td.TdClassName
{
border-color: #1E14DF;
}
.TagClassName
{
border-color: #1E14DF;
}
</style>