#1D6DD9

Color #1D6DD9 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1D6DD9

Tints of Denim #1D6DD9

Color information

#1D6DD9 (or 0x1D6DD9) is unknown color: approx Denim. HEX triplet: 1D, 6D and D9. RGB value is (29,109,217). Sum of RGB (Red+Green+Blue) = 29+109+217=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 217 (85.16% from 255 or 61.13% from 355); Max value from RGB is 217 - color contains mainly: blue. Hex color #1D6DD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6DD9 is #E29226. Grayscale: #606060. Windows color (decimal): -14848551 or 14249245. OLE color: 14249245.

HSL color Cylindrical-coordinate representation of color #1D6DD9: hue angle of 214.47º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D6DD9 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB29109217-
CMYK0.870.5000.15
HSL214.47º76.42%48.24%-
HSV(B)214.47º86.64%85.1%-
XYZ18.516.2167.8-
YUV97.39195.579.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.17%
GREEN value IS 109 (42.97% from 255) = 30.70%
BLUE value IS 217 (85.16% from 255) = 61.13%
R=8.17%
G=30.70%
B=61.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal291092170.870.5000.15214.4776.4248.24
Hex1D6DD957320Fd64c30
Octal351553311276201732611460
Binary11101110110111011001101011111001001111110101101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D6DD9;
 }
 .AnyTagClassName
 {
   color: #1D6DD9;
 }
</style>
background-color css

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

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

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

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

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

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