Html Css Color HEX #1E3EFB Neon Blue

📋 copy color: '#1E3EFB'

red 30 ◦ green 62 ◦ blue 251

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

Shades of Neon Blue #1E3EFB

Tints of Neon Blue #1E3EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.08%

 BLUE value IS 251 (98.44% from 255) = 73.18%

R = 8.75%
G = 18.08%
B = 73.18%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1E3EFB (or 0x1E3EFB) is known color: Neon Blue. HEX triplet: 1E, 3E and FB. RGB value is (30,62,251). Sum of RGB (Red+Green+Blue) = 30+62+251=343 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.75% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E3EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3EFB is #E1C104. Grayscale: #494949. Windows color (decimal): -14795013 or 16465438. OLE color: 16465438.

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

Color convert

RGB 30 62 251 -
CMYK 0.88 0.75 0 0.02
HSL 231.31º 0.97% 0.55% -
HSV(B) 231.31º 0.88% 0.98% -
XYZ 19.67 10.69 92.29 -
YUV 73.98 227.9 96.63 -
System Red Green Blue C M Y K H S L
Decimal 30 62 251 0.88 0.75 0 0.02 231.31 0.97 0.55
Hex 1E 3E FB 58 4B 0 2 E7 61 37
Octal 36 76 373 130 113 0 2 347 141 67
Binary 11110 111110 11111011 1011000 1001011 0 10 11100111 1100001 110111

Color Harmonies of #1E3EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3EFB

Black with #1E3EFB

Text Example


Text Example

White with #1E3EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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