Html Css Color HEX #1D80BD Curious Blue

📋 copy color: '#1D80BD'

red 29 ◦ green 128 ◦ blue 189

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

Shades of Curious Blue #1D80BD

Tints of Curious Blue #1D80BD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.99%

 BLUE value IS 189 (74.22% from 255) = 54.62%

R = 8.38%
G = 36.99%
B = 54.62%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1D80BD (or 0x1D80BD) is known color: Curious Blue. HEX triplet: 1D, 80 and BD. RGB value is (29,128,189). Sum of RGB (Red+Green+Blue) = 29+128+189=346 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.38% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #1D80BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D80BD is #E27F42. Grayscale: #696969. Windows color (decimal): -14843715 or 12419101. OLE color: 12419101.

HSL color Cylindrical-coordinate representation of color #1D80BD: hue angle of 202.88º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D80BD is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 29 128 189 -
CMYK 0.85 0.32 0 0.26
HSL 202.88º 0.73% 0.43% -
HSV(B) 202.88º 0.85% 0.74% -
XYZ 17.41 19.37 50.97 -
YUV 105.35 175.2 73.54 -
System Red Green Blue C M Y K H S L
Decimal 29 128 189 0.85 0.32 0 0.26 202.88 0.73 0.43
Hex 1D 80 BD 55 20 0 1A CB 49 2B
Octal 35 200 275 125 40 0 32 313 111 53
Binary 11101 10000000 10111101 1010101 100000 0 11010 11001011 1001001 101011

Color Harmonies of #1D80BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D80BD

Black with #1D80BD

Text Example


Text Example

White with #1D80BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,128,189); }

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

background-color css

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

 a { background-color: rgb(29,128,189); }

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

border-color css

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

 span { border-color: rgb(29,128,189); }

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