Html Css Color HEX #1E4DFA Neon Blue

📋 copy color: '#1E4DFA'

red 30 ◦ green 77 ◦ blue 250

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

Shades of Neon Blue #1E4DFA

Tints of Neon Blue #1E4DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.57%

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

R = 8.4%
G = 21.57%
B = 70.03%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1E4DFA (or 0x1E4DFA) is known color: Neon Blue. HEX triplet: 1E, 4D and FA. RGB value is (30,77,250). Sum of RGB (Red+Green+Blue) = 30+77+250=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E4DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E4DFA is #E1B205. Grayscale: #515151. Windows color (decimal): -14791174 or 16403742. OLE color: 16403742.

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

Color convert

RGB 30 77 250 -
CMYK 0.88 0.69 0 0.02
HSL 227.18º 0.96% 0.55% -
HSV(B) 227.18º 0.88% 0.98% -
XYZ 20.44 12.49 91.77 -
YUV 82.67 222.43 90.43 -
System Red Green Blue C M Y K H S L
Decimal 30 77 250 0.88 0.69 0 0.02 227.18 0.96 0.55
Hex 1E 4D FA 58 45 0 2 E3 60 37
Octal 36 115 372 130 105 0 2 343 140 67
Binary 11110 1001101 11111010 1011000 1000101 0 10 11100011 1100000 110111

Color Harmonies of #1E4DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4DFA

Black with #1E4DFA

Text Example


Text Example

White with #1E4DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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