#1E0FEE

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

Shades of Blue #1E0FEE

Tints of Blue #1E0FEE

Color information

#1E0FEE (or 0x1E0FEE) is unknown color: approx Blue. HEX triplet: 1E, 0F and EE. RGB value is (30,15,238). Sum of RGB (Red+Green+Blue) = 30+15+238=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 238 (93.36% from 255 or 84.10% from 283); Max value from RGB is 238 - color contains mainly: blue. Hex color #1E0FEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E0FEE is #E1F011. Grayscale: #2C2C2C. Windows color (decimal): -14807058 or 15601438. OLE color: 15601438.

HSL color Cylindrical-coordinate representation of color #1E0FEE: hue angle of 244.04º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0FEE is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3015238-
CMYK0.870.9400.07
HSL244.04º88.14%49.61%-
HSV(B)244.04º93.7%93.33%-
XYZ16.146.7981.35-
YUV44.91236.97117.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.60%
GREEN value IS 15 (6.25% from 255) = 5.30%
BLUE value IS 238 (93.36% from 255) = 84.10%
R=10.60%
G=5.30%
B=84.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal30152380.870.9400.07244.0488.1449.61
Hex1EFEE575E07f45832
Octal36173561271360736413062
Binary11110111111101110101011110111100111111101001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,15,238); }

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

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

 a { background-color: rgb(30,15,238); }

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

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

 span { border-color: rgb(30,15,238); }

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