Html Css Color HEX #1E30FA Neon Blue

📋 copy color: '#1E30FA'

red 30 ◦ green 48 ◦ blue 250

#1E30FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #1E30FA

Tints of Neon Blue #1E30FA

RGB

 RED value IS 30 (12.11% from 255) = 9.15%

 GREEN value IS 48 (19.14% from 255) = 14.63%

 BLUE value IS 250 (98.05% from 255) = 76.22%

R = 9.15%
G = 14.63%
B = 76.22%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1E30FA (or 0x1E30FA) is known color: Neon Blue. HEX triplet: 1E, 30 and FA. RGB value is (30,48,250). Sum of RGB (Red+Green+Blue) = 30+48+250=328 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.15% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 250 (98.05% from 255 or 76.22% from 328); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E30FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E30FA is #E1CF05. Grayscale: #404040. Windows color (decimal): -14798598 or 16396318. OLE color: 16396318.

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

Color convert

RGB 30 48 250 -
CMYK 0.88 0.81 0 0.02
HSL 235.09º 0.96% 0.55% -
HSV(B) 235.09º 0.88% 0.98% -
XYZ 18.85 9.29 91.24 -
YUV 65.65 232.04 102.57 -
System Red Green Blue C M Y K H S L
Decimal 30 48 250 0.88 0.81 0 0.02 235.09 0.96 0.55
Hex 1E 30 FA 58 51 0 2 EB 60 37
Octal 36 60 372 130 121 0 2 353 140 67
Binary 11110 110000 11111010 1011000 1010001 0 10 11101011 1100000 110111

Color Harmonies of #1E30FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E30FA

Black with #1E30FA

Text Example


Text Example

White with #1E30FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E30FA;
 }
 .AnyTagClassName
 {
   color: #1E30FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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