#1D80CF

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

Shades of Denim #1D80CF

Tints of Denim #1D80CF

Color information

#1D80CF (or 0x1D80CF) is unknown color: approx Denim. HEX triplet: 1D, 80 and CF. RGB value is (29,128,207). Sum of RGB (Red+Green+Blue) = 29+128+207=364 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.97% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D80CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D80CF is #E27F30. Grayscale: #6A6A6A. Windows color (decimal): -14843697 or 13598749. OLE color: 13598749.

HSL color Cylindrical-coordinate representation of color #1D80CF: hue angle of 206.63º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D80CF is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB29128207-
CMYK0.860.3800.19
HSL206.63º75.42%46.27%-
HSV(B)206.63º85.99%81.18%-
XYZ19.4920.261.9-
YUV107.4184.272.08-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.97%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 207 (81.25% from 255) = 56.87%
R=7.97%
G=35.16%
B=56.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal291282070.860.3800.19206.6375.4246.27
Hex1D80CF5626013cf4b2e
Octal352003171264602331711356
Binary1110110000000110011111010110100110010011110011111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D80CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,128,207); }

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

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

 a { background-color: rgb(29,128,207); }

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

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

 span { border-color: rgb(29,128,207); }

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