#1E80BC

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

Shades of Curious Blue #1E80BC

Tints of Curious Blue #1E80BC

Color information

#1E80BC (or 0x1E80BC) is unknown color: approx Curious Blue. HEX triplet: 1E, 80 and BC. RGB value is (30,128,188). Sum of RGB (Red+Green+Blue) = 30+128+188=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E80BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E80BC is #E17F43. Grayscale: #696969. Windows color (decimal): -14778180 or 12353566. OLE color: 12353566.

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

Color convert

RGB30128188-
CMYK0.840.3200.26
HSL202.78º72.48%42.75%-
HSV(B)202.78º84.04%73.73%-
XYZ17.3319.3550.4-
YUV105.54174.5374.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.67%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 188 (73.83% from 255) = 54.34%
R=8.67%
G=36.99%
B=54.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301281880.840.3200.26202.7872.4842.75
Hex1E80BC542001Acb482b
Octal362002741244003231311053
Binary1111010000000101111001010100100000011010110010111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E80BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,128,188); }

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

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

 a { background-color: rgb(30,128,188); }

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

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

 span { border-color: rgb(30,128,188); }

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