#1E2BF7

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

Shades of Blue #1E2BF7

Tints of Blue #1E2BF7

Color information

#1E2BF7 (or 0x1E2BF7) is unknown color: approx Blue. HEX triplet: 1E, 2B and F7. RGB value is (30,43,247). Sum of RGB (Red+Green+Blue) = 30+43+247=320 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.38% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 247 (96.88% from 255 or 77.19% from 320); Max value from RGB is 247 - color contains mainly: blue. Hex color #1E2BF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E2BF7 is #E1D408. Grayscale: #3D3D3D. Windows color (decimal): -14799881 or 16198430. OLE color: 16198430.

HSL color Cylindrical-coordinate representation of color #1E2BF7: hue angle of 236.41º 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 #1E2BF7 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3043247-
CMYK0.880.8300.03
HSL236.41º93.13%54.31%-
HSV(B)236.41º87.85%96.86%-
XYZ18.198.7288.72-
YUV62.37232.19104.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.38%
GREEN value IS 43 (17.19% from 255) = 13.44%
BLUE value IS 247 (96.88% from 255) = 77.19%
R=9.38%
G=13.44%
B=77.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal30432470.880.8300.03236.4193.1354.31
Hex1E2BF7585303ec5d36
Octal36533671301230335413566
Binary111101010111111011110110001010011011111011001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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