#1E0AE7

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

Shades of Blue #1E0AE7

Tints of Blue #1E0AE7

Color information

#1E0AE7 (or 0x1E0AE7) is unknown color: approx Blue. HEX triplet: 1E, 0A and E7. RGB value is (30,10,231). Sum of RGB (Red+Green+Blue) = 30+10+231=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 231 (90.62% from 255 or 85.24% from 271); Max value from RGB is 231 - color contains mainly: blue. Hex color #1E0AE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E0AE7 is #E1F518. Grayscale: #282828. Windows color (decimal): -14808345 or 15141406. OLE color: 15141406.

HSL color Cylindrical-coordinate representation of color #1E0AE7: hue angle of 245.43º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E0AE7 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3010231-
CMYK0.870.9600.09
HSL245.43º91.7%47.25%-
HSV(B)245.43º95.67%90.59%-
XYZ15.076.2676.02-
YUV41.17235.13120.03-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.07%
GREEN value IS 10 (4.30% from 255) = 3.69%
BLUE value IS 231 (90.62% from 255) = 85.24%
R=11.07%
G=3.69%
B=85.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal30102310.870.9600.09245.4391.747.25
Hex1EAE7576009f55c2f
Octal361234712714001136513457
Binary111101010111001111010111110000001001111101011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,10,231); }

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

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

 a { background-color: rgb(30,10,231); }

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

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

 span { border-color: rgb(30,10,231); }

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