#1E1FFA

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

Shades of Blue #1E1FFA

Tints of Blue #1E1FFA

Color information

#1E1FFA (or 0x1E1FFA) is unknown color: approx Blue. HEX triplet: 1E, 1F and FA. RGB value is (30,31,250). Sum of RGB (Red+Green+Blue) = 30+31+250=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 250 (98.05% from 255 or 80.39% from 311); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E1FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E1FFA is #E1E005. Grayscale: #363636. Windows color (decimal): -14802950 or 16391966. OLE color: 16391966.

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

Color convert

RGB3031250-
CMYK0.880.8800.02
HSL239.73º95.65%54.9%-
HSV(B)239.73º88%98.04%-
XYZ18.288.1691.05-
YUV55.67237.67109.69-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.65%
GREEN value IS 31 (12.5% from 255) = 9.97%
BLUE value IS 250 (98.05% from 255) = 80.39%
R=9.65%
G=9.97%
B=80.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal30312500.880.8800.02239.7395.6554.9
Hex1E1FFA585802f06037
Octal36373721301300236014067
Binary11110111111111101010110001011000010111100001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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