Html Css Color HEX #1E5FD7 Denim

📋 copy color: '#1E5FD7'

red 30 ◦ green 95 ◦ blue 215

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

Shades of Denim #1E5FD7

Tints of Denim #1E5FD7

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.94%

 BLUE value IS 215 (84.38% from 255) = 63.24%

R = 8.82%
G = 27.94%
B = 63.24%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1E5FD7 (or 0x1E5FD7) is known color: Denim. HEX triplet: 1E, 5F and D7. RGB value is (30,95,215). Sum of RGB (Red+Green+Blue) = 30+95+215=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 215 (84.38% from 255 or 63.24% from 340); Max value from RGB is 215 - color contains mainly: blue. Hex color #1E5FD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5FD7 is #E1A028. Grayscale: #585858. Windows color (decimal): -14786601 or 14114590. OLE color: 14114590.

HSL color Cylindrical-coordinate representation of color #1E5FD7: hue angle of 218.92º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E5FD7 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 95 215 -
CMYK 0.86 0.56 0 0.16
HSL 218.92º 0.76% 0.48% -
HSV(B) 218.92º 0.86% 0.84% -
XYZ 16.89 13.37 65.98 -
YUV 89.25 198.97 85.74 -
System Red Green Blue C M Y K H S L
Decimal 30 95 215 0.86 0.56 0 0.16 218.92 0.76 0.48
Hex 1E 5F D7 56 38 0 10 DB 4C 30
Octal 36 137 327 126 70 0 20 333 114 60
Binary 11110 1011111 11010111 1010110 111000 0 10000 11011011 1001100 110000

Color Harmonies of #1E5FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5FD7

Black with #1E5FD7

Text Example


Text Example

White with #1E5FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,95,215); }

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

background-color css

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

 a { background-color: rgb(30,95,215); }

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

border-color css

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

 span { border-color: rgb(30,95,215); }

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