Html Css Color HEX #1D6EDB Denim

📋 copy color: '#1D6EDB'

red 29 ◦ green 110 ◦ blue 219

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

Shades of Denim #1D6EDB

Tints of Denim #1D6EDB

RGB

 RED value IS 29 (11.72% from 255) = 8.1%

 GREEN value IS 110 (43.36% from 255) = 30.73%

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

R = 8.1%
G = 30.73%
B = 61.17%

CMYK

 C value IS 0.87

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1D6EDB (or 0x1D6EDB) is known color: Denim. HEX triplet: 1D, 6E and DB. RGB value is (29,110,219). Sum of RGB (Red+Green+Blue) = 29+110+219=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D6EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6EDB is #E29124. Grayscale: #616161. Windows color (decimal): -14848293 or 14380573. OLE color: 14380573.

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

Color convert

RGB 29 110 219 -
CMYK 0.87 0.50 0 0.14
HSL 214.42º 0.77% 0.49% -
HSV(B) 214.42º 0.87% 0.86% -
XYZ 18.87 16.53 69.21 -
YUV 98.21 196.16 78.64 -
System Red Green Blue C M Y K H S L
Decimal 29 110 219 0.87 0.50 0 0.14 214.42 0.77 0.49
Hex 1D 6E DB 57 32 0 E D6 4D 31
Octal 35 156 333 127 62 0 16 326 115 61
Binary 11101 1101110 11011011 1010111 110010 0 1110 11010110 1001101 110001

Color Harmonies of #1D6EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6EDB

Black with #1D6EDB

Text Example


Text Example

White with #1D6EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,110,219); }

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

background-color css

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

 a { background-color: rgb(29,110,219); }

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

border-color css

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

 span { border-color: rgb(29,110,219); }

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