Html Css Color HEX #1D7DB4 Lochmara

📋 copy color: '#1D7DB4'

red 29 ◦ green 125 ◦ blue 180

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

Shades of Lochmara #1D7DB4

Tints of Lochmara #1D7DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 53.89%

R = 8.68%
G = 37.43%
B = 53.89%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1D7DB4 (or 0x1D7DB4) is known color: Lochmara. HEX triplet: 1D, 7D and B4. RGB value is (29,125,180). Sum of RGB (Red+Green+Blue) = 29+125+180=334 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.68% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 180 (70.70% from 255 or 53.89% from 334); Max value from RGB is 180 - color contains mainly: blue. Hex color #1D7DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7DB4 is #E2824B. Grayscale: #666666. Windows color (decimal): -14844492 or 11828509. OLE color: 11828509.

HSL color Cylindrical-coordinate representation of color #1D7DB4: hue angle of 201.85º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D7DB4 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 125 180 -
CMYK 0.84 0.31 0 0.29
HSL 201.85º 0.72% 0.41% -
HSV(B) 201.85º 0.84% 0.71% -
XYZ 16.08 18.22 45.85 -
YUV 102.57 171.7 75.53 -
System Red Green Blue C M Y K H S L
Decimal 29 125 180 0.84 0.31 0 0.29 201.85 0.72 0.41
Hex 1D 7D B4 54 1F 0 1D CA 48 29
Octal 35 175 264 124 37 0 35 312 110 51
Binary 11101 1111101 10110100 1010100 11111 0 11101 11001010 1001000 101001

Color Harmonies of #1D7DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7DB4

Black with #1D7DB4

Text Example


Text Example

White with #1D7DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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