Html Css Color HEX #1F3AFF Neon Blue

📋 copy color: '#1F3AFF'

red 31 ◦ green 58 ◦ blue 255

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

Shades of Neon Blue #1F3AFF

Tints of Neon Blue #1F3AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.86%

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

R = 9.01%
G = 16.86%
B = 74.13%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1F3AFF (or 0x1F3AFF) is known color: Neon Blue. HEX triplet: 1F, 3A and FF. RGB value is (31,58,255). Sum of RGB (Red+Green+Blue) = 31+58+255=344 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.01% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F3AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3AFF is #E0C500. Grayscale: #474747. Windows color (decimal): -14730497 or 16726559. OLE color: 16726559.

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

Color convert

RGB 31 58 255 -
CMYK 0.88 0.77 0 0
HSL 232.77º 1% 0.56% -
HSV(B) 232.77º 0.88% 1% -
XYZ 20.13 10.54 95.58 -
YUV 72.39 231.05 98.48 -
System Red Green Blue C M Y K H S L
Decimal 31 58 255 0.88 0.77 0 0 232.77 1 0.56
Hex 1F 3A FF 58 4D 0 0 E9 64 38
Octal 37 72 377 130 115 0 0 351 144 70
Binary 11111 111010 11111111 1011000 1001101 0 0 11101001 1100100 111000

Color Harmonies of #1F3AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3AFF

Black with #1F3AFF

Text Example


Text Example

White with #1F3AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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