Html Css Color HEX #1D80BF Curious Blue

📋 copy color: '#1D80BF'

red 29 ◦ green 128 ◦ blue 191

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

Shades of Curious Blue #1D80BF

Tints of Curious Blue #1D80BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.89%

R = 8.33%
G = 36.78%
B = 54.89%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1D80BF (or 0x1D80BF) is known color: Curious Blue. HEX triplet: 1D, 80 and BF. RGB value is (29,128,191). Sum of RGB (Red+Green+Blue) = 29+128+191=348 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.33% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #1D80BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D80BF is #E27F40. Grayscale: #696969. Windows color (decimal): -14843713 or 12550173. OLE color: 12550173.

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

Color convert

RGB 29 128 191 -
CMYK 0.85 0.33 0 0.25
HSL 203.33º 0.74% 0.43% -
HSV(B) 203.33º 0.85% 0.75% -
XYZ 17.63 19.46 52.12 -
YUV 105.58 176.2 73.38 -
System Red Green Blue C M Y K H S L
Decimal 29 128 191 0.85 0.33 0 0.25 203.33 0.74 0.43
Hex 1D 80 BF 55 21 0 19 CB 4A 2B
Octal 35 200 277 125 41 0 31 313 112 53
Binary 11101 10000000 10111111 1010101 100001 0 11001 11001011 1001010 101011

Color Harmonies of #1D80BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D80BF

Black with #1D80BF

Text Example


Text Example

White with #1D80BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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