Html Css Color HEX #1F4AFF Neon Blue

📋 copy color: '#1F4AFF'

red 31 ◦ green 74 ◦ blue 255

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

Shades of Neon Blue #1F4AFF

Tints of Neon Blue #1F4AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.56%

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

R = 8.61%
G = 20.56%
B = 70.83%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1F4AFF (or 0x1F4AFF) is known color: Neon Blue. HEX triplet: 1F, 4A and FF. RGB value is (31,74,255). Sum of RGB (Red+Green+Blue) = 31+74+255=360 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.61% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F4AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F4AFF is #E0B500. Grayscale: #515151. Windows color (decimal): -14726401 or 16730655. OLE color: 16730655.

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

Color convert

RGB 31 74 255 -
CMYK 0.88 0.71 0 0
HSL 228.48º 1% 0.56% -
HSV(B) 228.48º 0.88% 1% -
XYZ 21.06 12.41 95.89 -
YUV 81.78 225.75 91.78 -
System Red Green Blue C M Y K H S L
Decimal 31 74 255 0.88 0.71 0 0 228.48 1 0.56
Hex 1F 4A FF 58 47 0 0 E4 64 38
Octal 37 112 377 130 107 0 0 344 144 70
Binary 11111 1001010 11111111 1011000 1000111 0 0 11100100 1100100 111000

Color Harmonies of #1F4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4AFF

Black with #1F4AFF

Text Example


Text Example

White with #1F4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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