Html Css Color HEX #1E5DDB Denim

📋 copy color: '#1E5DDB'

red 30 ◦ green 93 ◦ blue 219

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

Shades of Denim #1E5DDB

Tints of Denim #1E5DDB

RGB

 RED value IS 30 (12.11% from 255) = 8.77%

 GREEN value IS 93 (36.72% from 255) = 27.19%

 BLUE value IS 219 (85.94% from 255) = 64.04%

R = 8.77%
G = 27.19%
B = 64.04%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E5DDB (or 0x1E5DDB) is known color: Denim. HEX triplet: 1E, 5D and DB. RGB value is (30,93,219). Sum of RGB (Red+Green+Blue) = 30+93+219=342 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.77% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E5DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5DDB is #E1A224. Grayscale: #575757. Windows color (decimal): -14787109 or 14376222. OLE color: 14376222.

HSL color Cylindrical-coordinate representation of color #1E5DDB: hue angle of 220º 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 #1E5DDB is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 93 219 -
CMYK 0.86 0.58 0 0.14
HSL 220º 0.76% 0.49% -
HSV(B) 220º 0.86% 0.86% -
XYZ 17.24 13.22 68.66 -
YUV 88.53 201.63 86.25 -
System Red Green Blue C M Y K H S L
Decimal 30 93 219 0.86 0.58 0 0.14 220 0.76 0.49
Hex 1E 5D DB 56 3A 0 E DC 4C 31
Octal 36 135 333 126 72 0 16 334 114 61
Binary 11110 1011101 11011011 1010110 111010 0 1110 11011100 1001100 110001

Color Harmonies of #1E5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5DDB

Black with #1E5DDB

Text Example


Text Example

White with #1E5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E5DDB;
 }
 .AnyTagClassName
 {
   color: #1E5DDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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