Html Css Color HEX #315BFF Neon Blue

📋 copy color: '#315BFF'

red 49 ◦ green 91 ◦ blue 255

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

Shades of Neon Blue #315BFF

Tints of Neon Blue #315BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.04%

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

R = 12.41%
G = 23.04%
B = 64.56%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#315BFF (or 0x315BFF) is known color: Neon Blue. HEX triplet: 31, 5B and FF. RGB value is (49,91,255). Sum of RGB (Red+Green+Blue) = 49+91+255=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #315BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315BFF is #CEA400. Grayscale: #606060. Windows color (decimal): -13542401 or 16735025. OLE color: 16735025.

HSL color Cylindrical-coordinate representation of color #315BFF: hue angle of 227.77º 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 #315BFF is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 49 91 255 -
CMYK 0.81 0.64 0 0
HSL 227.77º 1% 0.6% -
HSV(B) 227.77º 0.81% 1% -
XYZ 23.06 15.36 96.36 -
YUV 97.14 217.09 93.66 -
System Red Green Blue C M Y K H S L
Decimal 49 91 255 0.81 0.64 0 0 227.77 1 0.6
Hex 31 5B FF 51 40 0 0 E4 64 3C
Octal 61 133 377 121 100 0 0 344 144 74
Binary 110001 1011011 11111111 1010001 1000000 0 0 11100100 1100100 111100

Color Harmonies of #315BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315BFF

Black with #315BFF

Text Example


Text Example

White with #315BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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