#1E0FE6

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

Shades of Blue #1E0FE6

Tints of Blue #1E0FE6

Color information

#1E0FE6 (or 0x1E0FE6) is unknown color: approx Blue. HEX triplet: 1E, 0F and E6. RGB value is (30,15,230). Sum of RGB (Red+Green+Blue) = 30+15+230=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 230 (90.23% from 255 or 83.64% from 275); Max value from RGB is 230 - color contains mainly: blue. Hex color #1E0FE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E0FE6 is #E1F019. Grayscale: #2B2B2B. Windows color (decimal): -14807066 or 15077150. OLE color: 15077150.

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

Color convert

RGB3015230-
CMYK0.870.9300.10
HSL244.19º87.76%48.04%-
HSV(B)244.19º93.48%90.2%-
XYZ14.996.3375.29-
YUV44232.97118.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.91%
GREEN value IS 15 (6.25% from 255) = 5.45%
BLUE value IS 230 (90.23% from 255) = 83.64%
R=10.91%
G=5.45%
B=83.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal30152300.870.9300.10244.1987.7648.04
Hex1EFE6575D0Af45830
Octal361734612713501236413060
Binary111101111111001101010111101110101010111101001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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