Html Css Color HEX #1E4DFB Neon Blue

📋 copy color: '#1E4DFB'

red 30 ◦ green 77 ◦ blue 251

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

Shades of Neon Blue #1E4DFB

Tints of Neon Blue #1E4DFB

RGB

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

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

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

R = 8.38%
G = 21.51%
B = 70.11%

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

#1E4DFB (or 0x1E4DFB) is known color: Neon Blue. HEX triplet: 1E, 4D and FB. RGB value is (30,77,251). Sum of RGB (Red+Green+Blue) = 30+77+251=358 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.38% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E4DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E4DFB is #E1B204. Grayscale: #525252. Windows color (decimal): -14791173 or 16469278. OLE color: 16469278.

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

Color convert

RGB 30 77 251 -
CMYK 0.88 0.69 0 0.02
HSL 227.24º 0.97% 0.55% -
HSV(B) 227.24º 0.88% 0.98% -
XYZ 20.6 12.55 92.6 -
YUV 82.78 222.93 90.35 -
System Red Green Blue C M Y K H S L
Decimal 30 77 251 0.88 0.69 0 0.02 227.24 0.97 0.55
Hex 1E 4D FB 58 45 0 2 E3 61 37
Octal 36 115 373 130 105 0 2 343 141 67
Binary 11110 1001101 11111011 1011000 1000101 0 10 11100011 1100001 110111

Color Harmonies of #1E4DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4DFB

Black with #1E4DFB

Text Example


Text Example

White with #1E4DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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