Html Css Color HEX #1D6CD0 Denim

📋 copy color: '#1D6CD0'

red 29 ◦ green 108 ◦ blue 208

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

Shades of Denim #1D6CD0

Tints of Denim #1D6CD0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.3%

 BLUE value IS 208 (81.64% from 255) = 60.29%

R = 8.41%
G = 31.3%
B = 60.29%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1D6CD0 (or 0x1D6CD0) is known color: Denim. HEX triplet: 1D, 6C and D0. RGB value is (29,108,208). Sum of RGB (Red+Green+Blue) = 29+108+208=345 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.41% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 208 (81.64% from 255 or 60.29% from 345); Max value from RGB is 208 - color contains mainly: blue. Hex color #1D6CD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6CD0 is #E2932F. Grayscale: #5F5F5F. Windows color (decimal): -14848816 or 13659165. OLE color: 13659165.

HSL color Cylindrical-coordinate representation of color #1D6CD0: hue angle of 213.52º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D6CD0 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 29 108 208 -
CMYK 0.86 0.48 0 0.18
HSL 213.52º 0.76% 0.46% -
HSV(B) 213.52º 0.86% 0.82% -
XYZ 17.25 15.54 61.76 -
YUV 95.78 191.33 80.37 -
System Red Green Blue C M Y K H S L
Decimal 29 108 208 0.86 0.48 0 0.18 213.52 0.76 0.46
Hex 1D 6C D0 56 30 0 12 D6 4C 2E
Octal 35 154 320 126 60 0 22 326 114 56
Binary 11101 1101100 11010000 1010110 110000 0 10010 11010110 1001100 101110

Color Harmonies of #1D6CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6CD0

Black with #1D6CD0

Text Example


Text Example

White with #1D6CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,108,208); }

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

background-color css

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

 a { background-color: rgb(29,108,208); }

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

border-color css

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

 span { border-color: rgb(29,108,208); }

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