#1D80BE

Color #1D80BE Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #1D80BE

Tints of Curious Blue #1D80BE

Color information

#1D80BE (or 0x1D80BE) is unknown color: approx Curious Blue. HEX triplet: 1D, 80 and BE. RGB value is (29,128,190). Sum of RGB (Red+Green+Blue) = 29+128+190=347 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.36% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D80BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D80BE is #E27F41. Grayscale: #696969. Windows color (decimal): -14843714 or 12484637. OLE color: 12484637.

HSL color Cylindrical-coordinate representation of color #1D80BE: hue angle of 203.11º 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 #1D80BE is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB29128190-
CMYK0.850.3300.25
HSL203.11º73.52%42.94%-
HSV(B)203.11º84.74%74.51%-
XYZ17.5219.4251.54-
YUV105.47175.773.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.36%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 190 (74.61% from 255) = 54.76%
R=8.36%
G=36.89%
B=54.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal291281900.850.3300.25203.1173.5242.94
Hex1D80BE5521019cb4a2b
Octal352002761254103131311253
Binary1110110000000101111101010101100001011001110010111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D80BE;
 }
 .AnyTagClassName
 {
   color: #1D80BE;
 }
</style>
background-color css

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

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

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

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

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

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