Html Css Color HEX #315AFF Neon Blue

📋 copy color: '#315AFF'

red 49 ◦ green 90 ◦ blue 255

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

Shades of Neon Blue #315AFF

Tints of Neon Blue #315AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.84%

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

R = 12.44%
G = 22.84%
B = 64.72%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#315AFF (or 0x315AFF) is known color: Neon Blue. HEX triplet: 31, 5A and FF. RGB value is (49,90,255). Sum of RGB (Red+Green+Blue) = 49+90+255=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #315AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315AFF is #CEA500. Grayscale: #5F5F5F. Windows color (decimal): -13542657 or 16734769. OLE color: 16734769.

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

Color convert

RGB 49 90 255 -
CMYK 0.81 0.65 0 0
HSL 228.06º 1% 0.6% -
HSV(B) 228.06º 0.81% 1% -
XYZ 22.97 15.19 96.33 -
YUV 96.55 217.42 94.08 -
System Red Green Blue C M Y K H S L
Decimal 49 90 255 0.81 0.65 0 0 228.06 1 0.6
Hex 31 5A FF 51 41 0 0 E4 64 3C
Octal 61 132 377 121 101 0 0 344 144 74
Binary 110001 1011010 11111111 1010001 1000001 0 0 11100100 1100100 111100

Color Harmonies of #315AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315AFF

Black with #315AFF

Text Example


Text Example

White with #315AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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