#1E10DF

Color #1E10DF Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1E10DF

Tints of Medium Blue #1E10DF

Color information

#1E10DF (or 0x1E10DF) is unknown color: approx Medium Blue. HEX triplet: 1E, 10 and DF. RGB value is (30,16,223). Sum of RGB (Red+Green+Blue) = 30+16+223=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 223 (87.5% from 255 or 82.90% from 269); Max value from RGB is 223 - color contains mainly: blue. Hex color #1E10DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E10DF is #E1EF20. Grayscale: #2A2A2A. Windows color (decimal): -14806817 or 14618654. OLE color: 14618654.

HSL color Cylindrical-coordinate representation of color #1E10DF: hue angle of 244.06º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E10DF is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3016223-
CMYK0.870.9300.13
HSL244.06º86.61%46.86%-
HSV(B)244.06º92.83%87.45%-
XYZ14.045.9770.23-
YUV43.78229.14118.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 11.15%
GREEN value IS 16 (6.64% from 255) = 5.95%
BLUE value IS 223 (87.5% from 255) = 82.90%
R=11.15%
G=5.95%
B=82.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30162230.870.9300.13244.0686.6146.86
Hex1E10DF575D0Df4572f
Octal362033712713501536412757
Binary1111010000110111111010111101110101101111101001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E10DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E10DF; }

 p { color: rgb(30,16,223); }

 H1.HeaderClassName
 {
   color: #1E10DF;
 }
 .AnyTagClassName
 {
   color: #1E10DF;
 }
</style>
background-color css

<style>
 a { background-color: #1E10DF; }

 a { background-color: rgb(30,16,223); }

 div.DivClassName
 {
   background-color: #1E10DF;
 }
 .BgClassName
 {
   background-color: #1E10DF;
 }
</style>
border-color css

<style>
 span { border-color: #1E10DF; }

 span { border-color: rgb(30,16,223); }

 td.TdClassName
 {
   border-color: #1E10DF;
 }
 .TagClassName
 {
   border-color: #1E10DF;
 }
</style>