Html Css Color HEX #1D7DB5 Curious Blue

📋 copy color: '#1D7DB5'

red 29 ◦ green 125 ◦ blue 181

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

Shades of Curious Blue #1D7DB5

Tints of Curious Blue #1D7DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 54.03%

R = 8.66%
G = 37.31%
B = 54.03%

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

#1D7DB5 (or 0x1D7DB5) is known color: Curious Blue. HEX triplet: 1D, 7D and B5. RGB value is (29,125,181). Sum of RGB (Red+Green+Blue) = 29+125+181=335 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.66% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 181 (71.09% from 255 or 54.03% from 335); Max value from RGB is 181 - color contains mainly: blue. Hex color #1D7DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7DB5 is #E2824A. Grayscale: #666666. Windows color (decimal): -14844491 or 11894045. OLE color: 11894045.

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

Color convert

RGB 29 125 181 -
CMYK 0.84 0.31 0 0.29
HSL 202.11º 0.72% 0.41% -
HSV(B) 202.11º 0.84% 0.71% -
XYZ 16.18 18.26 46.39 -
YUV 102.68 172.2 75.45 -
System Red Green Blue C M Y K H S L
Decimal 29 125 181 0.84 0.31 0 0.29 202.11 0.72 0.41
Hex 1D 7D B5 54 1F 0 1D CA 48 29
Octal 35 175 265 124 37 0 35 312 110 51
Binary 11101 1111101 10110101 1010100 11111 0 11101 11001010 1001000 101001

Color Harmonies of #1D7DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7DB5

Black with #1D7DB5

Text Example


Text Example

White with #1D7DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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