#1E30FB

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

Shades of Neon Blue #1E30FB

Tints of Neon Blue #1E30FB

Color information

#1E30FB (or 0x1E30FB) is unknown color: approx Neon Blue. HEX triplet: 1E, 30 and FB. RGB value is (30,48,251). Sum of RGB (Red+Green+Blue) = 30+48+251=329 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.12% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 251 (98.44% from 255 or 76.29% from 329); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E30FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E30FB is #E1CF04. Grayscale: #404040. Windows color (decimal): -14798597 or 16461854. OLE color: 16461854.

HSL color Cylindrical-coordinate representation of color #1E30FB: hue angle of 235.11º degrees, saturation: 0.97, 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 #1E30FB is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3048251-
CMYK0.880.8100.02
HSL235.11º96.51%55.1%-
HSV(B)235.11º88.05%98.43%-
XYZ199.3592.07-
YUV65.76232.54102.49-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.12%
GREEN value IS 48 (19.14% from 255) = 14.59%
BLUE value IS 251 (98.44% from 255) = 76.29%
R=9.12%
G=14.59%
B=76.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal30482510.880.8100.02235.1196.5155.1
Hex1E30FB585102eb6137
Octal36603731301210235314167
Binary111101100001111101110110001010001010111010111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E30FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,48,251); }

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

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

 a { background-color: rgb(30,48,251); }

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

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

 span { border-color: rgb(30,48,251); }

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