Html Css Color HEX #1E5EDB Denim

📋 copy color: '#1E5EDB'

red 30 ◦ green 94 ◦ blue 219

#1E5EDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #1E5EDB

Tints of Denim #1E5EDB

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 value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E5EDB (or 0x1E5EDB) is known color: 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

RGB 30 94 219 -
CMYK 0.86 0.57 0 0.14
HSL 219.68º 0.76% 0.49% -
HSV(B) 219.68º 0.86% 0.86% -
XYZ 17.32 13.4 68.69 -
YUV 89.11 201.3 85.84 -
System Red Green Blue C M Y K H S L
Decimal 30 94 219 0.86 0.57 0 0.14 219.68 0.76 0.49
Hex 1E 5E DB 56 39 0 E DC 4C 31
Octal 36 136 333 126 71 0 16 334 114 61
Binary 11110 1011110 11011011 1010110 111001 0 1110 11011100 1001100 110001

Color Harmonies of #1E5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5EDB

Black with #1E5EDB

Text Example


Text Example

White with #1E5EDB

Text Example


Text Example

HTML Codes & Css Web 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>