Html Css Color HEX #1D7DBB Denim

📋 copy color: '#1D7DBB'

red 29 ◦ green 125 ◦ blue 187

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

Shades of Denim #1D7DBB

Tints of Denim #1D7DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.84%

R = 8.5%
G = 36.66%
B = 54.84%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D7DBB (or 0x1D7DBB) is known color: Denim. HEX triplet: 1D, 7D and BB. RGB value is (29,125,187). Sum of RGB (Red+Green+Blue) = 29+125+187=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D7DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7DBB is #E28244. Grayscale: #676767. Windows color (decimal): -14844485 or 12287261. OLE color: 12287261.

HSL color Cylindrical-coordinate representation of color #1D7DBB: hue angle of 203.54º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D7DBB is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 125 187 -
CMYK 0.84 0.33 0 0.27
HSL 203.54º 0.73% 0.42% -
HSV(B) 203.54º 0.84% 0.73% -
XYZ 16.81 18.52 49.7 -
YUV 103.36 175.2 74.96 -
System Red Green Blue C M Y K H S L
Decimal 29 125 187 0.84 0.33 0 0.27 203.54 0.73 0.42
Hex 1D 7D BB 54 21 0 1B CC 49 2A
Octal 35 175 273 124 41 0 33 314 111 52
Binary 11101 1111101 10111011 1010100 100001 0 11011 11001100 1001001 101010

Color Harmonies of #1D7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7DBB

Black with #1D7DBB

Text Example


Text Example

White with #1D7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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