Html Css Color HEX #1D7CD2 Denim

📋 copy color: '#1D7CD2'

red 29 ◦ green 124 ◦ blue 210

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

Shades of Denim #1D7CD2

Tints of Denim #1D7CD2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.16%

 BLUE value IS 210 (82.42% from 255) = 57.85%

R = 7.99%
G = 34.16%
B = 57.85%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1D7CD2 (or 0x1D7CD2) is known color: Denim. HEX triplet: 1D, 7C and D2. RGB value is (29,124,210). Sum of RGB (Red+Green+Blue) = 29+124+210=363 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.99% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 210 (82.42% from 255 or 57.85% from 363); Max value from RGB is 210 - color contains mainly: blue. Hex color #1D7CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7CD2 is #E2832D. Grayscale: #686868. Windows color (decimal): -14844718 or 13794333. OLE color: 13794333.

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

Color convert

RGB 29 124 210 -
CMYK 0.86 0.41 0 0.18
HSL 208.51º 0.76% 0.47% -
HSV(B) 208.51º 0.86% 0.82% -
XYZ 19.35 19.33 63.68 -
YUV 105.4 187.03 73.51 -
System Red Green Blue C M Y K H S L
Decimal 29 124 210 0.86 0.41 0 0.18 208.51 0.76 0.47
Hex 1D 7C D2 56 29 0 12 D1 4C 2F
Octal 35 174 322 126 51 0 22 321 114 57
Binary 11101 1111100 11010010 1010110 101001 0 10010 11010001 1001100 101111

Color Harmonies of #1D7CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7CD2

Black with #1D7CD2

Text Example


Text Example

White with #1D7CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,124,210); }

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

background-color css

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

 a { background-color: rgb(29,124,210); }

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

border-color css

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

 span { border-color: rgb(29,124,210); }

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