Html Css Color HEX #1F4DFA Neon Blue

📋 copy color: '#1F4DFA'

red 31 ◦ green 77 ◦ blue 250

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

Shades of Neon Blue #1F4DFA

Tints of Neon Blue #1F4DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.83%

R = 8.66%
G = 21.51%
B = 69.83%

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

#1F4DFA (or 0x1F4DFA) is known color: Neon Blue. HEX triplet: 1F, 4D and FA. RGB value is (31,77,250). Sum of RGB (Red+Green+Blue) = 31+77+250=358 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.66% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F4DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F4DFA is #E0B205. Grayscale: #525252. Windows color (decimal): -14725638 or 16403743. OLE color: 16403743.

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

Color convert

RGB 31 77 250 -
CMYK 0.88 0.69 0 0.02
HSL 227.4º 0.96% 0.55% -
HSV(B) 227.4º 0.88% 0.98% -
XYZ 20.47 12.5 91.78 -
YUV 82.97 222.26 90.93 -
System Red Green Blue C M Y K H S L
Decimal 31 77 250 0.88 0.69 0 0.02 227.4 0.96 0.55
Hex 1F 4D FA 58 45 0 2 E3 60 37
Octal 37 115 372 130 105 0 2 343 140 67
Binary 11111 1001101 11111010 1011000 1000101 0 10 11100011 1100000 110111

Color Harmonies of #1F4DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4DFA

Black with #1F4DFA

Text Example


Text Example

White with #1F4DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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