Html Css Color HEX #313BEE Neon Blue

📋 copy color: '#313BEE'

red 49 ◦ green 59 ◦ blue 238

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

Shades of Neon Blue #313BEE

Tints of Neon Blue #313BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 68.79%

R = 14.16%
G = 17.05%
B = 68.79%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#313BEE (or 0x313BEE) is known color: Neon Blue. HEX triplet: 31, 3B and EE. RGB value is (49,59,238). Sum of RGB (Red+Green+Blue) = 49+59+238=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #313BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313BEE is #CEC411. Grayscale: #4B4B4B. Windows color (decimal): -13550610 or 15612721. OLE color: 15612721.

HSL color Cylindrical-coordinate representation of color #313BEE: hue angle of 236.83º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #313BEE is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 59 238 -
CMYK 0.79 0.75 0 0.07
HSL 236.83º 0.85% 0.56% -
HSV(B) 236.83º 0.79% 0.93% -
XYZ 18.26 9.95 81.85 -
YUV 76.42 219.19 108.45 -
System Red Green Blue C M Y K H S L
Decimal 49 59 238 0.79 0.75 0 0.07 236.83 0.85 0.56
Hex 31 3B EE 4F 4B 0 7 ED 55 38
Octal 61 73 356 117 113 0 7 355 125 70
Binary 110001 111011 11101110 1001111 1001011 0 111 11101101 1010101 111000

Color Harmonies of #313BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313BEE

Black with #313BEE

Text Example


Text Example

White with #313BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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