#1E83D1

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

Shades of Curious Blue #1E83D1

Tints of Curious Blue #1E83D1

Color information

#1E83D1 (or 0x1E83D1) is unknown color: approx Curious Blue. HEX triplet: 1E, 83 and D1. RGB value is (30,131,209). Sum of RGB (Red+Green+Blue) = 30+131+209=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 209 (82.03% from 255 or 56.49% from 370); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E83D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E83D1 is #E17C2E. Grayscale: #6D6D6D. Windows color (decimal): -14777391 or 13730590. OLE color: 13730590.

HSL color Cylindrical-coordinate representation of color #1E83D1: hue angle of 206.15º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E83D1 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB30131209-
CMYK0.860.3700.18
HSL206.15º74.9%46.86%-
HSV(B)206.15º85.65%81.96%-
XYZ20.1621.1163.33-
YUV109.69184.0471.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.11%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 209 (82.03% from 255) = 56.49%
R=8.11%
G=35.41%
B=56.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal301312090.860.3700.18206.1574.946.86
Hex1E83D15625012ce4b2f
Octal362033211264502231611357
Binary1111010000011110100011010110100101010010110011101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E83D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,131,209); }

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

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

 a { background-color: rgb(30,131,209); }

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

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

 span { border-color: rgb(30,131,209); }

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