Html Css Color HEX #1D7DCE Denim

📋 copy color: '#1D7DCE'

red 29 ◦ green 125 ◦ blue 206

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

Shades of Denim #1D7DCE

Tints of Denim #1D7DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.72%

 BLUE value IS 206 (80.86% from 255) = 57.22%

R = 8.06%
G = 34.72%
B = 57.22%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D7DCE (or 0x1D7DCE) is known color: Denim. HEX triplet: 1D, 7D and CE. RGB value is (29,125,206). Sum of RGB (Red+Green+Blue) = 29+125+206=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D7DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7DCE is #E28231. Grayscale: #696969. Windows color (decimal): -14844466 or 13532445. OLE color: 13532445.

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

Color convert

RGB 29 125 206 -
CMYK 0.86 0.39 0 0.19
HSL 207.46º 0.75% 0.46% -
HSV(B) 207.46º 0.86% 0.81% -
XYZ 18.98 19.38 61.13 -
YUV 105.53 184.7 73.41 -
System Red Green Blue C M Y K H S L
Decimal 29 125 206 0.86 0.39 0 0.19 207.46 0.75 0.46
Hex 1D 7D CE 56 27 0 13 CF 4B 2E
Octal 35 175 316 126 47 0 23 317 113 56
Binary 11101 1111101 11001110 1010110 100111 0 10011 11001111 1001011 101110

Color Harmonies of #1D7DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7DCE

Black with #1D7DCE

Text Example


Text Example

White with #1D7DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,125,206); }

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

background-color css

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

 a { background-color: rgb(29,125,206); }

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

border-color css

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

 span { border-color: rgb(29,125,206); }

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