Html Css Color HEX #1E4CFF Neon Blue

📋 copy color: '#1E4CFF'

red 30 ◦ green 76 ◦ blue 255

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

Shades of Neon Blue #1E4CFF

Tints of Neon Blue #1E4CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.05%

 BLUE value IS 255 (100% from 255) = 70.64%

R = 8.31%
G = 21.05%
B = 70.64%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1E4CFF (or 0x1E4CFF) is known color: Neon Blue. HEX triplet: 1E, 4C and FF. RGB value is (30,76,255). Sum of RGB (Red+Green+Blue) = 30+76+255=361 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.31% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E4CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E4CFF is #E1B300. Grayscale: #515151. Windows color (decimal): -14791425 or 16731166. OLE color: 16731166.

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

Color convert

RGB 30 76 255 -
CMYK 0.88 0.70 0 0
HSL 227.73º 1% 0.56% -
HSV(B) 227.73º 0.88% 1% -
XYZ 21.17 12.66 95.94 -
YUV 82.65 225.26 90.45 -
System Red Green Blue C M Y K H S L
Decimal 30 76 255 0.88 0.70 0 0 227.73 1 0.56
Hex 1E 4C FF 58 46 0 0 E4 64 38
Octal 36 114 377 130 106 0 0 344 144 70
Binary 11110 1001100 11111111 1011000 1000110 0 0 11100100 1100100 111000

Color Harmonies of #1E4CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4CFF

Black with #1E4CFF

Text Example


Text Example

White with #1E4CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,76,255); }

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

background-color css

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

 a { background-color: rgb(30,76,255); }

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

border-color css

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

 span { border-color: rgb(30,76,255); }

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