Html Css Color HEX #1E6ADB Denim

📋 copy color: '#1E6ADB'

red 30 ◦ green 106 ◦ blue 219

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

Shades of Denim #1E6ADB

Tints of Denim #1E6ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.86%

 BLUE value IS 219 (85.94% from 255) = 61.69%

R = 8.45%
G = 29.86%
B = 61.69%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E6ADB (or 0x1E6ADB) is known color: Denim. HEX triplet: 1E, 6A and DB. RGB value is (30,106,219). Sum of RGB (Red+Green+Blue) = 30+106+219=355 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.45% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E6ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6ADB is #E19524. Grayscale: #5F5F5F. Windows color (decimal): -14783781 or 14379550. OLE color: 14379550.

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

Color convert

RGB 30 106 219 -
CMYK 0.86 0.52 0 0.14
HSL 215.87º 0.76% 0.49% -
HSV(B) 215.87º 0.86% 0.86% -
XYZ 18.48 15.7 69.07 -
YUV 96.16 197.32 80.81 -
System Red Green Blue C M Y K H S L
Decimal 30 106 219 0.86 0.52 0 0.14 215.87 0.76 0.49
Hex 1E 6A DB 56 34 0 E D8 4C 31
Octal 36 152 333 126 64 0 16 330 114 61
Binary 11110 1101010 11011011 1010110 110100 0 1110 11011000 1001100 110001

Color Harmonies of #1E6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6ADB

Black with #1E6ADB

Text Example


Text Example

White with #1E6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,106,219); }

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

background-color css

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

 a { background-color: rgb(30,106,219); }

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

border-color css

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

 span { border-color: rgb(30,106,219); }

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