#1E72D6

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

Shades of Denim #1E72D6

Tints of Denim #1E72D6

Color information

#1E72D6 (or 0x1E72D6) is unknown color: approx Denim. HEX triplet: 1E, 72 and D6. RGB value is (30,114,214). Sum of RGB (Red+Green+Blue) = 30+114+214=358 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.38% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #1E72D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E72D6 is #E18D29. Grayscale: #636363. Windows color (decimal): -14781738 or 14053918. OLE color: 14053918.

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

Color convert

RGB30114214-
CMYK0.860.4700.16
HSL212.61º75.41%47.84%-
HSV(B)212.61º85.98%83.92%-
XYZ18.6917.1765.95-
YUV100.28192.1777.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.38%
GREEN value IS 114 (44.92% from 255) = 31.84%
BLUE value IS 214 (83.98% from 255) = 59.78%
R=8.38%
G=31.84%
B=59.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal301142140.860.4700.16212.6175.4147.84
Hex1E72D6562F010d54b30
Octal361623261265702032511360
Binary111101110010110101101010110101111010000110101011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E72D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,114,214); }

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

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

 a { background-color: rgb(30,114,214); }

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

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

 span { border-color: rgb(30,114,214); }

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