Html Css Color HEX #1E5EDE Denim

📋 copy color: '#1E5EDE'

red 30 ◦ green 94 ◦ blue 222

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

Shades of Denim #1E5EDE

Tints of Denim #1E5EDE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.17%

 BLUE value IS 222 (87.11% from 255) = 64.16%

R = 8.67%
G = 27.17%
B = 64.16%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E5EDE (or 0x1E5EDE) is known color: Denim. HEX triplet: 1E, 5E and DE. RGB value is (30,94,222). Sum of RGB (Red+Green+Blue) = 30+94+222=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E5EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5EDE is #E1A121. Grayscale: #585858. Windows color (decimal): -14786850 or 14573086. OLE color: 14573086.

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

Color convert

RGB 30 94 222 -
CMYK 0.86 0.58 0 0.13
HSL 220º 0.76% 0.49% -
HSV(B) 220º 0.86% 0.87% -
XYZ 17.72 13.56 70.79 -
YUV 89.46 202.8 85.59 -
System Red Green Blue C M Y K H S L
Decimal 30 94 222 0.86 0.58 0 0.13 220 0.76 0.49
Hex 1E 5E DE 56 3A 0 D DC 4C 31
Octal 36 136 336 126 72 0 15 334 114 61
Binary 11110 1011110 11011110 1010110 111010 0 1101 11011100 1001100 110001

Color Harmonies of #1E5EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5EDE

Black with #1E5EDE

Text Example


Text Example

White with #1E5EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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