Html Css Color HEX #1D7ABB Denim

📋 copy color: '#1D7ABB'

red 29 ◦ green 122 ◦ blue 187

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

Shades of Denim #1D7ABB

Tints of Denim #1D7ABB

RGB

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

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

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

R = 8.58%
G = 36.09%
B = 55.33%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D7ABB (or 0x1D7ABB) is known color: Denim. HEX triplet: 1D, 7A and BB. RGB value is (29,122,187). Sum of RGB (Red+Green+Blue) = 29+122+187=338 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.58% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D7ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7ABB is #E28544. Grayscale: #656565. Windows color (decimal): -14845253 or 12286493. OLE color: 12286493.

HSL color Cylindrical-coordinate representation of color #1D7ABB: hue angle of 204.68º 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 #1D7ABB is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 122 187 -
CMYK 0.84 0.35 0 0.27
HSL 204.68º 0.73% 0.42% -
HSV(B) 204.68º 0.84% 0.73% -
XYZ 16.44 17.77 49.58 -
YUV 101.6 176.19 76.21 -
System Red Green Blue C M Y K H S L
Decimal 29 122 187 0.84 0.35 0 0.27 204.68 0.73 0.42
Hex 1D 7A BB 54 23 0 1B CD 49 2A
Octal 35 172 273 124 43 0 33 315 111 52
Binary 11101 1111010 10111011 1010100 100011 0 11011 11001101 1001001 101010

Color Harmonies of #1D7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7ABB

Black with #1D7ABB

Text Example


Text Example

White with #1D7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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