Html Css Color HEX #1E6CD6 Denim

📋 copy color: '#1E6CD6'

red 30 ◦ green 108 ◦ blue 214

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

Shades of Denim #1E6CD6

Tints of Denim #1E6CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 60.8%

R = 8.52%
G = 30.68%
B = 60.8%

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

#1E6CD6 (or 0x1E6CD6) is known color: Denim. HEX triplet: 1E, 6C and D6. RGB value is (30,108,214). Sum of RGB (Red+Green+Blue) = 30+108+214=352 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.52% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 214 (83.98% from 255 or 60.80% from 352); Max value from RGB is 214 - color contains mainly: blue. Hex color #1E6CD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6CD6 is #E19329. Grayscale: #606060. Windows color (decimal): -14783274 or 14052382. OLE color: 14052382.

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

Color convert

RGB 30 108 214 -
CMYK 0.86 0.50 0 0.16
HSL 214.57º 0.75% 0.48% -
HSV(B) 214.57º 0.86% 0.84% -
XYZ 18.04 15.86 65.73 -
YUV 96.76 194.16 80.38 -
System Red Green Blue C M Y K H S L
Decimal 30 108 214 0.86 0.50 0 0.16 214.57 0.75 0.48
Hex 1E 6C D6 56 32 0 10 D7 4B 30
Octal 36 154 326 126 62 0 20 327 113 60
Binary 11110 1101100 11010110 1010110 110010 0 10000 11010111 1001011 110000

Color Harmonies of #1E6CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6CD6

Black with #1E6CD6

Text Example


Text Example

White with #1E6CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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