Html Css Color HEX #1E3CFA Neon Blue

📋 copy color: '#1E3CFA'

red 30 ◦ green 60 ◦ blue 250

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

Shades of Neon Blue #1E3CFA

Tints of Neon Blue #1E3CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.65%

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

R = 8.82%
G = 17.65%
B = 73.53%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1E3CFA (or 0x1E3CFA) is known color: Neon Blue. HEX triplet: 1E, 3C and FA. RGB value is (30,60,250). Sum of RGB (Red+Green+Blue) = 30+60+250=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 250 (98.05% from 255 or 73.53% from 340); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E3CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3CFA is #E1C305. Grayscale: #474747. Windows color (decimal): -14795526 or 16399390. OLE color: 16399390.

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

Color convert

RGB 30 60 250 -
CMYK 0.88 0.76 0 0.02
HSL 231.82º 0.96% 0.55% -
HSV(B) 231.82º 0.88% 0.98% -
XYZ 19.41 10.41 91.43 -
YUV 72.69 228.06 97.55 -
System Red Green Blue C M Y K H S L
Decimal 30 60 250 0.88 0.76 0 0.02 231.82 0.96 0.55
Hex 1E 3C FA 58 4C 0 2 E8 60 37
Octal 36 74 372 130 114 0 2 350 140 67
Binary 11110 111100 11111010 1011000 1001100 0 10 11101000 1100000 110111

Color Harmonies of #1E3CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3CFA

Black with #1E3CFA

Text Example


Text Example

White with #1E3CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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