#1e2ef7

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

Shades of Blue #1E2EF7

Tints of Blue #1E2EF7

Color information

#1E2EF7 (or 0x1E2EF7) is unknown color: approx Blue. HEX triplet: 1E, 2E and F7. RGB value is (30,46,247). Sum of RGB (Red+Green+Blue) = 30+46+247=323 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.29% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 247 (96.88% from 255 or 76.47% from 323); Max value from RGB is 247 - color contains mainly: blue. Hex color #1E2EF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E2EF7 is #E1D108. Grayscale: #3F3F3F. Windows color (decimal): -14799113 or 16199198. OLE color: 16199198.

HSL color Cylindrical-coordinate representation of color #1E2EF7: hue angle of 235.58º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E2EF7 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3046247-
CMYK0.880.8100.03
HSL235.58º93.13%54.31%-
HSV(B)235.58º87.85%96.86%-
XYZ18.38.9588.76-
YUV64.13231.2103.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.29%
GREEN value IS 46 (18.36% from 255) = 14.24%
BLUE value IS 247 (96.88% from 255) = 76.47%
R=9.29%
G=14.24%
B=76.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal30462470.880.8100.03235.5893.1354.31
Hex1E2EF7585103ec5d36
Octal36563671301210335413566
Binary111101011101111011110110001010001011111011001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e2ef7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,46,247); }

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

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

 a { background-color: rgb(30,46,247); }

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

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

 span { border-color: rgb(30,46,247); }

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