Html Css Color HEX #1E6FD8 Denim

📋 copy color: '#1E6FD8'

red 30 ◦ green 111 ◦ blue 216

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

Shades of Denim #1E6FD8

Tints of Denim #1E6FD8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.09%

 BLUE value IS 216 (84.77% from 255) = 60.5%

R = 8.4%
G = 31.09%
B = 60.5%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1E6FD8 (or 0x1E6FD8) is known color: Denim. HEX triplet: 1E, 6F and D8. RGB value is (30,111,216). Sum of RGB (Red+Green+Blue) = 30+111+216=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 216 (84.77% from 255 or 60.50% from 357); Max value from RGB is 216 - color contains mainly: blue. Hex color #1E6FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6FD8 is #E19027. Grayscale: #626262. Windows color (decimal): -14782504 or 14184222. OLE color: 14184222.

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

Color convert

RGB 30 111 216 -
CMYK 0.86 0.49 0 0.15
HSL 213.87º 0.76% 0.48% -
HSV(B) 213.87º 0.86% 0.85% -
XYZ 18.61 16.6 67.19 -
YUV 98.75 194.16 78.96 -
System Red Green Blue C M Y K H S L
Decimal 30 111 216 0.86 0.49 0 0.15 213.87 0.76 0.48
Hex 1E 6F D8 56 31 0 F D6 4C 30
Octal 36 157 330 126 61 0 17 326 114 60
Binary 11110 1101111 11011000 1010110 110001 0 1111 11010110 1001100 110000

Color Harmonies of #1E6FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6FD8

Black with #1E6FD8

Text Example


Text Example

White with #1E6FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,111,216); }

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

background-color css

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

 a { background-color: rgb(30,111,216); }

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

border-color css

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

 span { border-color: rgb(30,111,216); }

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