Html Css Color HEX #1D7AD0 Denim

📋 copy color: '#1D7AD0'

red 29 ◦ green 122 ◦ blue 208

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

Shades of Denim #1D7AD0

Tints of Denim #1D7AD0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.98%

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

R = 8.08%
G = 33.98%
B = 57.94%

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

#1D7AD0 (or 0x1D7AD0) is known color: Denim. HEX triplet: 1D, 7A and D0. RGB value is (29,122,208). Sum of RGB (Red+Green+Blue) = 29+122+208=359 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.08% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 208 (81.64% from 255 or 57.94% from 359); Max value from RGB is 208 - color contains mainly: blue. Hex color #1D7AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7AD0 is #E2852F. Grayscale: #676767. Windows color (decimal): -14845232 or 13662749. OLE color: 13662749.

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

Color convert

RGB 29 122 208 -
CMYK 0.86 0.41 0 0.18
HSL 208.83º 0.76% 0.46% -
HSV(B) 208.83º 0.86% 0.82% -
XYZ 18.85 18.73 62.3 -
YUV 104 186.69 74.51 -
System Red Green Blue C M Y K H S L
Decimal 29 122 208 0.86 0.41 0 0.18 208.83 0.76 0.46
Hex 1D 7A D0 56 29 0 12 D1 4C 2E
Octal 35 172 320 126 51 0 22 321 114 56
Binary 11101 1111010 11010000 1010110 101001 0 10010 11010001 1001100 101110

Color Harmonies of #1D7AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7AD0

Black with #1D7AD0

Text Example


Text Example

White with #1D7AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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