Html Css Color HEX #1E4CFB Neon Blue

📋 copy color: '#1E4CFB'

red 30 ◦ green 76 ◦ blue 251

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

Shades of Neon Blue #1E4CFB

Tints of Neon Blue #1E4CFB

RGB

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

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

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

R = 8.4%
G = 21.29%
B = 70.31%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1E4CFB (or 0x1E4CFB) is known color: Neon Blue. HEX triplet: 1E, 4C and FB. RGB value is (30,76,251). Sum of RGB (Red+Green+Blue) = 30+76+251=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E4CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E4CFB is #E1B304. Grayscale: #515151. Windows color (decimal): -14791429 or 16469022. OLE color: 16469022.

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

Color convert

RGB 30 76 251 -
CMYK 0.88 0.70 0 0.02
HSL 227.51º 0.97% 0.55% -
HSV(B) 227.51º 0.88% 0.98% -
XYZ 20.53 12.41 92.58 -
YUV 82.2 223.26 90.77 -
System Red Green Blue C M Y K H S L
Decimal 30 76 251 0.88 0.70 0 0.02 227.51 0.97 0.55
Hex 1E 4C FB 58 46 0 2 E4 61 37
Octal 36 114 373 130 106 0 2 344 141 67
Binary 11110 1001100 11111011 1011000 1000110 0 10 11100100 1100001 110111

Color Harmonies of #1E4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4CFB

Black with #1E4CFB

Text Example


Text Example

White with #1E4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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