#1E3DFF

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

Shades of Neon Blue #1E3DFF

Tints of Neon Blue #1E3DFF

Color information

#1E3DFF (or 0x1E3DFF) is unknown color: approx Neon Blue. HEX triplet: 1E, 3D and FF. RGB value is (30,61,255). Sum of RGB (Red+Green+Blue) = 30+61+255=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E3DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3DFF is #E1C200. Grayscale: #494949. Windows color (decimal): -14795265 or 16727326. OLE color: 16727326.

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

Color convert

RGB3061255-
CMYK0.880.7600
HSL231.73º100%55.88%-
HSV(B)231.73º88.24%100%-
XYZ20.2510.8395.63-
YUV73.85230.2396.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.67%
GREEN value IS 61 (24.22% from 255) = 17.63%
BLUE value IS 255 (100% from 255) = 73.70%
R=8.67%
G=17.63%
B=73.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal30612550.880.7600231.7310055.88
Hex1E3DFF584C00e86438
Octal36753771301140035014470
Binary11110111101111111111011000100110000111010001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,61,255); }

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

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

 a { background-color: rgb(30,61,255); }

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

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

 span { border-color: rgb(30,61,255); }

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