Html Css Color HEX #1E5DDA Denim

📋 copy color: '#1E5DDA'

red 30 ◦ green 93 ◦ blue 218

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

Shades of Denim #1E5DDA

Tints of Denim #1E5DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.93%

R = 8.8%
G = 27.27%
B = 63.93%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1E5DDA (or 0x1E5DDA) is known color: Denim. HEX triplet: 1E, 5D and DA. RGB value is (30,93,218). Sum of RGB (Red+Green+Blue) = 30+93+218=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E5DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5DDA is #E1A225. Grayscale: #575757. Windows color (decimal): -14787110 or 14310686. OLE color: 14310686.

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

Color convert

RGB 30 93 218 -
CMYK 0.86 0.57 0 0.15
HSL 219.89º 0.76% 0.49% -
HSV(B) 219.89º 0.86% 0.85% -
XYZ 17.1 13.17 67.97 -
YUV 88.41 201.13 86.34 -
System Red Green Blue C M Y K H S L
Decimal 30 93 218 0.86 0.57 0 0.15 219.89 0.76 0.49
Hex 1E 5D DA 56 39 0 F DC 4C 31
Octal 36 135 332 126 71 0 17 334 114 61
Binary 11110 1011101 11011010 1010110 111001 0 1111 11011100 1001100 110001

Color Harmonies of #1E5DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5DDA

Black with #1E5DDA

Text Example


Text Example

White with #1E5DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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