Html Css Color HEX #1E5DCF Denim

📋 copy color: '#1E5DCF'

red 30 ◦ green 93 ◦ blue 207

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

Shades of Denim #1E5DCF

Tints of Denim #1E5DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.73%

R = 9.09%
G = 28.18%
B = 62.73%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E5DCF (or 0x1E5DCF) is known color: Denim. HEX triplet: 1E, 5D and CF. RGB value is (30,93,207). Sum of RGB (Red+Green+Blue) = 30+93+207=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E5DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5DCF is #E1A230. Grayscale: #565656. Windows color (decimal): -14787121 or 13589790. OLE color: 13589790.

HSL color Cylindrical-coordinate representation of color #1E5DCF: hue angle of 218.64º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E5DCF is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 93 207 -
CMYK 0.86 0.55 0 0.19
HSL 218.64º 0.75% 0.46% -
HSV(B) 218.64º 0.86% 0.81% -
XYZ 15.71 12.61 60.64 -
YUV 87.16 195.63 87.23 -
System Red Green Blue C M Y K H S L
Decimal 30 93 207 0.86 0.55 0 0.19 218.64 0.75 0.46
Hex 1E 5D CF 56 37 0 13 DB 4B 2E
Octal 36 135 317 126 67 0 23 333 113 56
Binary 11110 1011101 11001111 1010110 110111 0 10011 11011011 1001011 101110

Color Harmonies of #1E5DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5DCF

Black with #1E5DCF

Text Example


Text Example

White with #1E5DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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