Html Css Color HEX #1D6CD7 Denim

📋 copy color: '#1D6CD7'

red 29 ◦ green 108 ◦ blue 215

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

Shades of Denim #1D6CD7

Tints of Denim #1D6CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 61.08%

R = 8.24%
G = 30.68%
B = 61.08%

CMYK

 C value IS 0.87

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1D6CD7 (or 0x1D6CD7) is known color: Denim. HEX triplet: 1D, 6C and D7. RGB value is (29,108,215). Sum of RGB (Red+Green+Blue) = 29+108+215=352 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.24% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 215 (84.38% from 255 or 61.08% from 352); Max value from RGB is 215 - color contains mainly: blue. Hex color #1D6CD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6CD7 is #E29328. Grayscale: #606060. Windows color (decimal): -14848809 or 14117917. OLE color: 14117917.

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

Color convert

RGB 29 108 215 -
CMYK 0.87 0.50 0 0.16
HSL 214.52º 0.76% 0.48% -
HSV(B) 214.52º 0.87% 0.84% -
XYZ 18.14 15.89 66.4 -
YUV 96.58 194.83 79.8 -
System Red Green Blue C M Y K H S L
Decimal 29 108 215 0.87 0.50 0 0.16 214.52 0.76 0.48
Hex 1D 6C D7 57 32 0 10 D7 4C 30
Octal 35 154 327 127 62 0 20 327 114 60
Binary 11101 1101100 11010111 1010111 110010 0 10000 11010111 1001100 110000

Color Harmonies of #1D6CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6CD7

Black with #1D6CD7

Text Example


Text Example

White with #1D6CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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