#1E15FA

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

Shades of Blue #1E15FA

Tints of Blue #1E15FA

Color information

#1E15FA (or 0x1E15FA) is unknown color: approx Blue. HEX triplet: 1E, 15 and FA. RGB value is (30,21,250). Sum of RGB (Red+Green+Blue) = 30+21+250=301 (39% of max value = 765). Red value is 30 (12.11% from 255 or 9.97% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 250 (98.05% from 255 or 83.06% from 301); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E15FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E15FA is #E1EA05. Grayscale: #303030. Windows color (decimal): -14805510 or 16389406. OLE color: 16389406.

HSL color Cylindrical-coordinate representation of color #1E15FA: hue angle of 242.36º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E15FA is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3021250-
CMYK0.880.9200.02
HSL242.36º95.82%53.14%-
HSV(B)242.36º91.6%98.04%-
XYZ18.067.7190.98-
YUV49.8240.98113.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.97%
GREEN value IS 21 (8.59% from 255) = 6.98%
BLUE value IS 250 (98.05% from 255) = 83.06%
R=9.97%
G=6.98%
B=83.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal30212500.880.9200.02242.3695.8253.14
Hex1E15FA585C02f26035
Octal36253721301340236214065
Binary11110101011111101010110001011100010111100101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E15FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,21,250); }

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

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

 a { background-color: rgb(30,21,250); }

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

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

 span { border-color: rgb(30,21,250); }

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