#1E15D7

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

Shades of Medium Blue #1E15D7

Tints of Medium Blue #1E15D7

Color information

#1E15D7 (or 0x1E15D7) is unknown color: approx Medium Blue. HEX triplet: 1E, 15 and D7. RGB value is (30,21,215). Sum of RGB (Red+Green+Blue) = 30+21+215=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 215 (84.38% from 255 or 80.83% from 266); Max value from RGB is 215 - color contains mainly: blue. Hex color #1E15D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E15D7 is #E1EA28. Grayscale: #2D2D2D. Windows color (decimal): -14805545 or 14095646. OLE color: 14095646.

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

Color convert

RGB3021215-
CMYK0.860.9000.16
HSL242.78º82.2%46.27%-
HSV(B)242.78º90.23%84.31%-
XYZ13.075.7264.7-
YUV45.81223.48116.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.28%
GREEN value IS 21 (8.59% from 255) = 7.89%
BLUE value IS 215 (84.38% from 255) = 80.83%
R=11.28%
G=7.89%
B=80.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal30212150.860.9000.16242.7882.246.27
Hex1E15D7565A010f3522e
Octal362532712613202036312256
Binary11110101011101011110101101011010010000111100111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E15D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,21,215); }

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

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

 a { background-color: rgb(30,21,215); }

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

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

 span { border-color: rgb(30,21,215); }

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