#1e5edb

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

Shades of Denim #1E5EDB

Tints of Denim #1E5EDB

Color information

#1E5EDB (or 0x1E5EDB) is unknown color: approx Denim. HEX triplet: 1E, 5E and DB. RGB value is (30,94,219). Sum of RGB (Red+Green+Blue) = 30+94+219=343 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.75% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E5EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5EDB is #E1A124. Grayscale: #585858. Windows color (decimal): -14786853 or 14376478. OLE color: 14376478.

HSL color Cylindrical-coordinate representation of color #1E5EDB: hue angle of 219.68º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E5EDB is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3094219-
CMYK0.860.5700.14
HSL219.68º75.9%48.82%-
HSV(B)219.68º86.3%85.88%-
XYZ17.3213.468.69-
YUV89.11201.385.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.75%
GREEN value IS 94 (37.11% from 255) = 27.41%
BLUE value IS 219 (85.94% from 255) = 63.85%
R=8.75%
G=27.41%
B=63.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal30942190.860.5700.14219.6875.948.82
Hex1E5EDB56390Edc4c31
Octal361363331267101633411461
Binary11110101111011011011101011011100101110110111001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e5edb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,94,219); }

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

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

 a { background-color: rgb(30,94,219); }

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

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

 span { border-color: rgb(30,94,219); }

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