Html Css Color HEX #1E37FA Neon Blue

📋 copy color: '#1E37FA'

red 30 ◦ green 55 ◦ blue 250

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

Shades of Neon Blue #1E37FA

Tints of Neon Blue #1E37FA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.42%

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

R = 8.96%
G = 16.42%
B = 74.63%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1E37FA (or 0x1E37FA) is known color: Neon Blue. HEX triplet: 1E, 37 and FA. RGB value is (30,55,250). Sum of RGB (Red+Green+Blue) = 30+55+250=335 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.96% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E37FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E37FA is #E1C805. Grayscale: #444444. Windows color (decimal): -14796806 or 16398110. OLE color: 16398110.

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

Color convert

RGB 30 55 250 -
CMYK 0.88 0.78 0 0.02
HSL 233.18º 0.96% 0.55% -
HSV(B) 233.18º 0.88% 0.98% -
XYZ 19.16 9.91 91.35 -
YUV 69.76 229.72 99.64 -
System Red Green Blue C M Y K H S L
Decimal 30 55 250 0.88 0.78 0 0.02 233.18 0.96 0.55
Hex 1E 37 FA 58 4E 0 2 E9 60 37
Octal 36 67 372 130 116 0 2 351 140 67
Binary 11110 110111 11111010 1011000 1001110 0 10 11101001 1100000 110111

Color Harmonies of #1E37FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E37FA

Black with #1E37FA

Text Example


Text Example

White with #1E37FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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