#1E18D5

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

Shades of Medium Blue #1E18D5

Tints of Medium Blue #1E18D5

Color information

#1E18D5 (or 0x1E18D5) is unknown color: approx Medium Blue. HEX triplet: 1E, 18 and D5. RGB value is (30,24,213). Sum of RGB (Red+Green+Blue) = 30+24+213=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 213 (83.59% from 255 or 79.78% from 267); Max value from RGB is 213 - color contains mainly: blue. Hex color #1E18D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E18D5 is #E1E72A. Grayscale: #2E2E2E. Windows color (decimal): -14804779 or 13965342. OLE color: 13965342.

HSL color Cylindrical-coordinate representation of color #1E18D5: hue angle of 241.9º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E18D5 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3024213-
CMYK0.860.8900.16
HSL241.9º79.75%46.47%-
HSV(B)241.9º88.73%83.53%-
XYZ12.875.7363.38-
YUV47.34221.49115.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.24%
GREEN value IS 24 (9.77% from 255) = 8.99%
BLUE value IS 213 (83.59% from 255) = 79.78%
R=11.24%
G=8.99%
B=79.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal30242130.860.8900.16241.979.7546.47
Hex1E18D55659010f2502e
Octal363032512613102036212056
Binary11110110001101010110101101011001010000111100101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E18D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,24,213); }

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

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

 a { background-color: rgb(30,24,213); }

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

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

 span { border-color: rgb(30,24,213); }

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