Html Css Color HEX #1F3EFB Neon Blue

📋 copy color: '#1F3EFB'

red 31 ◦ green 62 ◦ blue 251

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

Shades of Neon Blue #1F3EFB

Tints of Neon Blue #1F3EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.02%

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

R = 9.01%
G = 18.02%
B = 72.97%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1F3EFB (or 0x1F3EFB) is known color: Neon Blue. HEX triplet: 1F, 3E and FB. RGB value is (31,62,251). Sum of RGB (Red+Green+Blue) = 31+62+251=344 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.01% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 251 (98.44% from 255 or 72.97% from 344); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F3EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3EFB is #E0C104. Grayscale: #494949. Windows color (decimal): -14729477 or 16465439. OLE color: 16465439.

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

Color convert

RGB 31 62 251 -
CMYK 0.88 0.75 0 0.02
HSL 231.55º 0.96% 0.55% -
HSV(B) 231.55º 0.88% 0.98% -
XYZ 19.7 10.7 92.29 -
YUV 74.28 227.73 97.13 -
System Red Green Blue C M Y K H S L
Decimal 31 62 251 0.88 0.75 0 0.02 231.55 0.96 0.55
Hex 1F 3E FB 58 4B 0 2 E8 60 37
Octal 37 76 373 130 113 0 2 350 140 67
Binary 11111 111110 11111011 1011000 1001011 0 10 11101000 1100000 110111

Color Harmonies of #1F3EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3EFB

Black with #1F3EFB

Text Example


Text Example

White with #1F3EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,62,251); }

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

background-color css

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

 a { background-color: rgb(31,62,251); }

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

border-color css

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

 span { border-color: rgb(31,62,251); }

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