Html Css Color HEX #1D6DDB Denim

📋 copy color: '#1D6DDB'

red 29 ◦ green 109 ◦ blue 219

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

Shades of Denim #1D6DDB

Tints of Denim #1D6DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.53%

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

R = 8.12%
G = 30.53%
B = 61.34%

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

#1D6DDB (or 0x1D6DDB) is known color: Denim. HEX triplet: 1D, 6D and DB. RGB value is (29,109,219). Sum of RGB (Red+Green+Blue) = 29+109+219=357 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.12% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D6DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6DDB is #E29224. Grayscale: #616161. Windows color (decimal): -14848549 or 14380317. OLE color: 14380317.

HSL color Cylindrical-coordinate representation of color #1D6DDB: hue angle of 214.74º 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 #1D6DDB is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 29 109 219 -
CMYK 0.87 0.50 0 0.14
HSL 214.74º 0.77% 0.49% -
HSV(B) 214.74º 0.87% 0.86% -
XYZ 18.76 16.31 69.18 -
YUV 97.62 196.5 79.06 -
System Red Green Blue C M Y K H S L
Decimal 29 109 219 0.87 0.50 0 0.14 214.74 0.77 0.49
Hex 1D 6D DB 57 32 0 E D7 4D 31
Octal 35 155 333 127 62 0 16 327 115 61
Binary 11101 1101101 11011011 1010111 110010 0 1110 11010111 1001101 110001

Color Harmonies of #1D6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6DDB

Black with #1D6DDB

Text Example


Text Example

White with #1D6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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