Html Css Color HEX #1E5DCD Denim

📋 copy color: '#1E5DCD'

red 30 ◦ green 93 ◦ blue 205

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

Shades of Denim #1E5DCD

Tints of Denim #1E5DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.5%

R = 9.15%
G = 28.35%
B = 62.5%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1E5DCD (or 0x1E5DCD) is known color: Denim. HEX triplet: 1E, 5D and CD. RGB value is (30,93,205). Sum of RGB (Red+Green+Blue) = 30+93+205=328 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.15% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E5DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5DCD is #E1A232. Grayscale: #565656. Windows color (decimal): -14787123 or 13458718. OLE color: 13458718.

HSL color Cylindrical-coordinate representation of color #1E5DCD: hue angle of 218.4º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E5DCD is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 93 205 -
CMYK 0.85 0.55 0 0.20
HSL 218.4º 0.74% 0.46% -
HSV(B) 218.4º 0.85% 0.8% -
XYZ 15.47 12.51 59.36 -
YUV 86.93 194.63 87.39 -
System Red Green Blue C M Y K H S L
Decimal 30 93 205 0.85 0.55 0 0.20 218.4 0.74 0.46
Hex 1E 5D CD 55 37 0 14 DA 4A 2E
Octal 36 135 315 125 67 0 24 332 112 56
Binary 11110 1011101 11001101 1010101 110111 0 10100 11011010 1001010 101110

Color Harmonies of #1E5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5DCD

Black with #1E5DCD

Text Example


Text Example

White with #1E5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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