Html Css Color HEX #1E6CD7 Denim

📋 copy color: '#1E6CD7'

red 30 ◦ green 108 ◦ blue 215

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

Shades of Denim #1E6CD7

Tints of Denim #1E6CD7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.59%

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

R = 8.5%
G = 30.59%
B = 60.91%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1E6CD7 (or 0x1E6CD7) is known color: Denim. HEX triplet: 1E, 6C and D7. RGB value is (30,108,215). Sum of RGB (Red+Green+Blue) = 30+108+215=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 215 (84.38% from 255 or 60.91% from 353); Max value from RGB is 215 - color contains mainly: blue. Hex color #1E6CD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6CD7 is #E19328. Grayscale: #606060. Windows color (decimal): -14783273 or 14117918. OLE color: 14117918.

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

Color convert

RGB 30 108 215 -
CMYK 0.86 0.50 0 0.16
HSL 214.7º 0.76% 0.48% -
HSV(B) 214.7º 0.86% 0.84% -
XYZ 18.16 15.91 66.4 -
YUV 96.88 194.66 80.3 -
System Red Green Blue C M Y K H S L
Decimal 30 108 215 0.86 0.50 0 0.16 214.7 0.76 0.48
Hex 1E 6C D7 56 32 0 10 D7 4C 30
Octal 36 154 327 126 62 0 20 327 114 60
Binary 11110 1101100 11010111 1010110 110010 0 10000 11010111 1001100 110000

Color Harmonies of #1E6CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6CD7

Black with #1E6CD7

Text Example


Text Example

White with #1E6CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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