#1e72d8

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

Shades of Denim #1E72D8

Tints of Denim #1E72D8

Color information

#1E72D8 (or 0x1E72D8) is unknown color: approx Denim. HEX triplet: 1E, 72 and D8. RGB value is (30,114,216). Sum of RGB (Red+Green+Blue) = 30+114+216=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 216 (84.77% from 255 or 60% from 360); Max value from RGB is 216 - color contains mainly: blue. Hex color #1E72D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E72D8 is #E18D27. Grayscale: #646464. Windows color (decimal): -14781736 or 14184990. OLE color: 14184990.

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

Color convert

RGB30114216-
CMYK0.860.4700.15
HSL212.9º75.61%48.24%-
HSV(B)212.9º86.11%84.71%-
XYZ18.9517.2767.3-
YUV100.51193.1777.71-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.33%
GREEN value IS 114 (44.92% from 255) = 31.67%
BLUE value IS 216 (84.77% from 255) = 60%
R=8.33%
G=31.67%
B=60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal301142160.860.4700.15212.975.6148.24
Hex1E72D8562F0Fd54c30
Octal361623301265701732511460
Binary11110111001011011000101011010111101111110101011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e72d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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