Html Css Color HEX #1E6CCE Denim

📋 copy color: '#1E6CCE'

red 30 ◦ green 108 ◦ blue 206

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

Shades of Denim #1E6CCE

Tints of Denim #1E6CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.88%

R = 8.72%
G = 31.4%
B = 59.88%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E6CCE (or 0x1E6CCE) is known color: Denim. HEX triplet: 1E, 6C and CE. RGB value is (30,108,206). Sum of RGB (Red+Green+Blue) = 30+108+206=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E6CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6CCE is #E19331. Grayscale: #5F5F5F. Windows color (decimal): -14783282 or 13528094. OLE color: 13528094.

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

Color convert

RGB 30 108 206 -
CMYK 0.85 0.48 0 0.19
HSL 213.41º 0.75% 0.46% -
HSV(B) 213.41º 0.85% 0.81% -
XYZ 17.04 15.46 60.48 -
YUV 95.85 190.16 81.03 -
System Red Green Blue C M Y K H S L
Decimal 30 108 206 0.85 0.48 0 0.19 213.41 0.75 0.46
Hex 1E 6C CE 55 30 0 13 D5 4B 2E
Octal 36 154 316 125 60 0 23 325 113 56
Binary 11110 1101100 11001110 1010101 110000 0 10011 11010101 1001011 101110

Color Harmonies of #1E6CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6CCE

Black with #1E6CCE

Text Example


Text Example

White with #1E6CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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