Html Css Color HEX #1F4DFF Neon Blue

📋 copy color: '#1F4DFF'

red 31 ◦ green 77 ◦ blue 255

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

Shades of Neon Blue #1F4DFF

Tints of Neon Blue #1F4DFF

RGB

 RED value IS 31 (12.5% from 255) = 8.54%

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

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

R = 8.54%
G = 21.21%
B = 70.25%

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

#1F4DFF (or 0x1F4DFF) is known color: Neon Blue. HEX triplet: 1F, 4D and FF. RGB value is (31,77,255). Sum of RGB (Red+Green+Blue) = 31+77+255=363 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.54% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F4DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F4DFF is #E0B200. Grayscale: #525252. Windows color (decimal): -14725633 or 16731423. OLE color: 16731423.

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

Color convert

RGB 31 77 255 -
CMYK 0.88 0.70 0 0
HSL 227.68º 1% 0.56% -
HSV(B) 227.68º 0.88% 1% -
XYZ 21.27 12.82 95.96 -
YUV 83.54 224.76 90.53 -
System Red Green Blue C M Y K H S L
Decimal 31 77 255 0.88 0.70 0 0 227.68 1 0.56
Hex 1F 4D FF 58 46 0 0 E4 64 38
Octal 37 115 377 130 106 0 0 344 144 70
Binary 11111 1001101 11111111 1011000 1000110 0 0 11100100 1100100 111000

Color Harmonies of #1F4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4DFF

Black with #1F4DFF

Text Example


Text Example

White with #1F4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,77,255); }

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

background-color css

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

 a { background-color: rgb(31,77,255); }

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

border-color css

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

 span { border-color: rgb(31,77,255); }

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