Html Css Color HEX #1D6ECF Denim

📋 copy color: '#1D6ECF'

red 29 ◦ green 110 ◦ blue 207

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

Shades of Denim #1D6ECF

Tints of Denim #1D6ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.79%

 BLUE value IS 207 (81.25% from 255) = 59.83%

R = 8.38%
G = 31.79%
B = 59.83%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D6ECF (or 0x1D6ECF) is known color: Denim. HEX triplet: 1D, 6E and CF. RGB value is (29,110,207). Sum of RGB (Red+Green+Blue) = 29+110+207=346 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.38% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D6ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6ECF is #E29130. Grayscale: #606060. Windows color (decimal): -14848305 or 13594141. OLE color: 13594141.

HSL color Cylindrical-coordinate representation of color #1D6ECF: hue angle of 212.7º 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 #1D6ECF is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 110 207 -
CMYK 0.86 0.47 0 0.19
HSL 212.7º 0.75% 0.46% -
HSV(B) 212.7º 0.86% 0.81% -
XYZ 17.35 15.92 61.19 -
YUV 96.84 190.16 79.61 -
System Red Green Blue C M Y K H S L
Decimal 29 110 207 0.86 0.47 0 0.19 212.7 0.75 0.46
Hex 1D 6E CF 56 2F 0 13 D5 4B 2E
Octal 35 156 317 126 57 0 23 325 113 56
Binary 11101 1101110 11001111 1010110 101111 0 10011 11010101 1001011 101110

Color Harmonies of #1D6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6ECF

Black with #1D6ECF

Text Example


Text Example

White with #1D6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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