Html Css Color HEX #313BFF Neon Blue

📋 copy color: '#313BFF'

red 49 ◦ green 59 ◦ blue 255

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

Shades of Neon Blue #313BFF

Tints of Neon Blue #313BFF

RGB

 RED value IS 49 (19.53% from 255) = 13.5%

 GREEN value IS 59 (23.44% from 255) = 16.25%

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

R = 13.5%
G = 16.25%
B = 70.25%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#313BFF (or 0x313BFF) is known color: Neon Blue. HEX triplet: 31, 3B and FF. RGB value is (49,59,255). Sum of RGB (Red+Green+Blue) = 49+59+255=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 59 (23.44% from 255 or 16.25% 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 #313BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313BFF is #CEC400. Grayscale: #4D4D4D. Windows color (decimal): -13550593 or 16726833. OLE color: 16726833.

HSL color Cylindrical-coordinate representation of color #313BFF: hue angle of 237.09º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #313BFF is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 49 59 255 -
CMYK 0.81 0.77 0 0
HSL 237.09º 1% 0.6% -
HSV(B) 237.09º 0.81% 1% -
XYZ 20.88 11 95.63 -
YUV 78.35 227.69 107.06 -
System Red Green Blue C M Y K H S L
Decimal 49 59 255 0.81 0.77 0 0 237.09 1 0.6
Hex 31 3B FF 51 4D 0 0 ED 64 3C
Octal 61 73 377 121 115 0 0 355 144 74
Binary 110001 111011 11111111 1010001 1001101 0 0 11101101 1100100 111100

Color Harmonies of #313BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313BFF

Black with #313BFF

Text Example


Text Example

White with #313BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313BFF; }

 p { color: rgb(49,59,255); }

 H1.HeaderClassName
 {
   color: #313BFF;
 }
 .AnyTagClassName
 {
   color: #313BFF;
 }
</style>

background-color css

<style>
 a { background-color: #313BFF; }

 a { background-color: rgb(49,59,255); }

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

border-color css

<style>
 span { border-color: #313BFF; }

 span { border-color: rgb(49,59,255); }

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