#1E15BD

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

Shades of Medium Blue #1E15BD

Tints of Medium Blue #1E15BD

Color information

#1E15BD (or 0x1E15BD) is unknown color: approx Medium Blue. HEX triplet: 1E, 15 and BD. RGB value is (30,21,189). Sum of RGB (Red+Green+Blue) = 30+21+189=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 189 (74.22% from 255 or 78.75% from 240); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E15BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E15BD is #E1EA42. Grayscale: #2A2A2A. Windows color (decimal): -14805571 or 12391710. OLE color: 12391710.

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

Color convert

RGB3021189-
CMYK0.840.8900.26
HSL243.21º80%41.18%-
HSV(B)243.21º88.89%74.12%-
XYZ9.994.4948.48-
YUV42.84210.48118.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.5%
GREEN value IS 21 (8.59% from 255) = 8.75%
BLUE value IS 189 (74.22% from 255) = 78.75%
R=12.5%
G=8.75%
B=78.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30211890.840.8900.26243.218041.18
Hex1E15BD545901Af35029
Octal362527512413103236312051
Binary11110101011011110110101001011001011010111100111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E15BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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