Html Css Color HEX #1D7DA3 Scooter

📋 copy color: '#1D7DA3'

red 29 ◦ green 125 ◦ blue 163

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

Shades of Scooter #1D7DA3

Tints of Scooter #1D7DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 51.42%

R = 9.15%
G = 39.43%
B = 51.42%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1D7DA3 (or 0x1D7DA3) is known color: Scooter. HEX triplet: 1D, 7D and A3. RGB value is (29,125,163). Sum of RGB (Red+Green+Blue) = 29+125+163=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 163 (64.06% from 255 or 51.42% from 317); Max value from RGB is 163 - color contains mainly: blue. Hex color #1D7DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7DA3 is #E2825C. Grayscale: #646464. Windows color (decimal): -14844509 or 10714397. OLE color: 10714397.

HSL color Cylindrical-coordinate representation of color #1D7DA3: hue angle of 197.01º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D7DA3 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 29 125 163 -
CMYK 0.82 0.23 0 0.36
HSL 197.01º 0.7% 0.38% -
HSV(B) 197.01º 0.82% 0.64% -
XYZ 14.45 17.57 37.28 -
YUV 100.63 163.2 76.91 -
System Red Green Blue C M Y K H S L
Decimal 29 125 163 0.82 0.23 0 0.36 197.01 0.7 0.38
Hex 1D 7D A3 52 17 0 24 C5 46 26
Octal 35 175 243 122 27 0 44 305 106 46
Binary 11101 1111101 10100011 1010010 10111 0 100100 11000101 1000110 100110

Color Harmonies of #1D7DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7DA3

Black with #1D7DA3

Text Example


Text Example

White with #1D7DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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