#1e84d1

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

Shades of Curious Blue #1E84D1

Tints of Curious Blue #1E84D1

Color information

#1E84D1 (or 0x1E84D1) is unknown color: approx Curious Blue. HEX triplet: 1E, 84 and D1. RGB value is (30,132,209). Sum of RGB (Red+Green+Blue) = 30+132+209=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 209 (82.03% from 255 or 56.33% from 371); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E84D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E84D1 is #E17B2E. Grayscale: #6D6D6D. Windows color (decimal): -14777135 or 13730846. OLE color: 13730846.

HSL color Cylindrical-coordinate representation of color #1E84D1: hue angle of 205.81º 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 #1E84D1 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB30132209-
CMYK0.860.3700.18
HSL205.81º74.9%46.86%-
HSV(B)205.81º85.65%81.96%-
XYZ20.321.3863.38-
YUV110.28183.7170.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.09%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 209 (82.03% from 255) = 56.33%
R=8.09%
G=35.58%
B=56.33%

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
Decimal301322090.860.3700.18205.8174.946.86
Hex1E84D15625012ce4b2f
Octal362043211264502231611357
Binary1111010000100110100011010110100101010010110011101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e84d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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