Html Css Color HEX #1E3BF1 Neon Blue

📋 copy color: '#1E3BF1'

red 30 ◦ green 59 ◦ blue 241

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

Shades of Neon Blue #1E3BF1

Tints of Neon Blue #1E3BF1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.88%

 BLUE value IS 241 (94.53% from 255) = 73.03%

R = 9.09%
G = 17.88%
B = 73.03%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1E3BF1 (or 0x1E3BF1) is known color: Neon Blue. HEX triplet: 1E, 3B and F1. RGB value is (30,59,241). Sum of RGB (Red+Green+Blue) = 30+59+241=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 241 (94.53% from 255 or 73.03% from 330); Max value from RGB is 241 - color contains mainly: blue. Hex color #1E3BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3BF1 is #E1C40E. Grayscale: #464646. Windows color (decimal): -14795791 or 15809310. OLE color: 15809310.

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

Color convert

RGB 30 59 241 -
CMYK 0.88 0.76 0 0.05
HSL 231.75º 0.88% 0.53% -
HSV(B) 231.75º 0.88% 0.95% -
XYZ 17.98 9.75 84.15 -
YUV 71.08 223.89 98.7 -
System Red Green Blue C M Y K H S L
Decimal 30 59 241 0.88 0.76 0 0.05 231.75 0.88 0.53
Hex 1E 3B F1 58 4C 0 5 E8 58 35
Octal 36 73 361 130 114 0 5 350 130 65
Binary 11110 111011 11110001 1011000 1001100 0 101 11101000 1011000 110101

Color Harmonies of #1E3BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3BF1

Black with #1E3BF1

Text Example


Text Example

White with #1E3BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,59,241); }

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

background-color css

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

 a { background-color: rgb(30,59,241); }

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

border-color css

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

 span { border-color: rgb(30,59,241); }

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