Html Css Color HEX #1E5EDD Denim

📋 copy color: '#1E5EDD'

red 30 ◦ green 94 ◦ blue 221

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

Shades of Denim #1E5EDD

Tints of Denim #1E5EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.06%

R = 8.7%
G = 27.25%
B = 64.06%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E5EDD (or 0x1E5EDD) is known color: Denim. HEX triplet: 1E, 5E and DD. RGB value is (30,94,221). Sum of RGB (Red+Green+Blue) = 30+94+221=345 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.70% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E5EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5EDD is #E1A122. Grayscale: #585858. Windows color (decimal): -14786851 or 14507550. OLE color: 14507550.

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

Color convert

RGB 30 94 221 -
CMYK 0.86 0.57 0 0.13
HSL 219.9º 0.76% 0.49% -
HSV(B) 219.9º 0.86% 0.87% -
XYZ 17.59 13.5 70.09 -
YUV 89.34 202.3 85.67 -
System Red Green Blue C M Y K H S L
Decimal 30 94 221 0.86 0.57 0 0.13 219.9 0.76 0.49
Hex 1E 5E DD 56 39 0 D DC 4C 31
Octal 36 136 335 126 71 0 15 334 114 61
Binary 11110 1011110 11011101 1010110 111001 0 1101 11011100 1001100 110001

Color Harmonies of #1E5EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5EDD

Black with #1E5EDD

Text Example


Text Example

White with #1E5EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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