#1E74D1

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

Shades of Denim #1E74D1

Tints of Denim #1E74D1

Color information

#1E74D1 (or 0x1E74D1) is unknown color: approx Denim. HEX triplet: 1E, 74 and D1. RGB value is (30,116,209). Sum of RGB (Red+Green+Blue) = 30+116+209=355 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.45% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 209 (82.03% from 255 or 58.87% from 355); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E74D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E74D1 is #E18B2E. Grayscale: #646464. Windows color (decimal): -14781231 or 13726750. OLE color: 13726750.

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

Color convert

RGB30116209-
CMYK0.860.4400.18
HSL211.17º74.9%46.86%-
HSV(B)211.17º85.65%81.96%-
XYZ18.2917.3762.71-
YUV100.89189.0177.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.45%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 209 (82.03% from 255) = 58.87%
R=8.45%
G=32.68%
B=58.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal301162090.860.4400.18211.1774.946.86
Hex1E74D1562C012d34b2f
Octal361643211265402232311357
Binary111101110100110100011010110101100010010110100111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E74D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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