#1E38F3

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

Shades of Neon Blue #1E38F3

Tints of Neon Blue #1E38F3

Color information

#1E38F3 (or 0x1E38F3) is unknown color: approx Neon Blue. HEX triplet: 1E, 38 and F3. RGB value is (30,56,243). Sum of RGB (Red+Green+Blue) = 30+56+243=329 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.12% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 243 (95.31% from 255 or 73.86% from 329); Max value from RGB is 243 - color contains mainly: blue. Hex color #1E38F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E38F3 is #E1C70C. Grayscale: #444444. Windows color (decimal): -14796557 or 15939614. OLE color: 15939614.

HSL color Cylindrical-coordinate representation of color #1E38F3: hue angle of 232.68º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E38F3 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3056243-
CMYK0.880.7700.05
HSL232.68º89.87%53.53%-
HSV(B)232.68º87.65%95.29%-
XYZ18.139.5885.69-
YUV69.54225.8999.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.12%
GREEN value IS 56 (22.27% from 255) = 17.02%
BLUE value IS 243 (95.31% from 255) = 73.86%
R=9.12%
G=17.02%
B=73.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal30562430.880.7700.05232.6889.8753.53
Hex1E38F3584D05e95a36
Octal36703631301150535113266
Binary1111011100011110011101100010011010101111010011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E38F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,56,243); }

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

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

 a { background-color: rgb(30,56,243); }

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

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

 span { border-color: rgb(30,56,243); }

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