Html Css Color HEX #313CEE Neon Blue

📋 copy color: '#313CEE'

red 49 ◦ green 60 ◦ blue 238

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

Shades of Neon Blue #313CEE

Tints of Neon Blue #313CEE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.29%

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

R = 14.12%
G = 17.29%
B = 68.59%

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

#313CEE (or 0x313CEE) is known color: Neon Blue. HEX triplet: 31, 3C and EE. RGB value is (49,60,238). Sum of RGB (Red+Green+Blue) = 49+60+238=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #313CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313CEE is #CEC311. Grayscale: #4C4C4C. Windows color (decimal): -13550354 or 15612977. OLE color: 15612977.

HSL color Cylindrical-coordinate representation of color #313CEE: hue angle of 236.51º 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 #313CEE is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 60 238 -
CMYK 0.79 0.75 0 0.07
HSL 236.51º 0.85% 0.56% -
HSV(B) 236.51º 0.79% 0.93% -
XYZ 18.32 10.06 81.86 -
YUV 77 218.86 108.03 -
System Red Green Blue C M Y K H S L
Decimal 49 60 238 0.79 0.75 0 0.07 236.51 0.85 0.56
Hex 31 3C EE 4F 4B 0 7 ED 55 38
Octal 61 74 356 117 113 0 7 355 125 70
Binary 110001 111100 11101110 1001111 1001011 0 111 11101101 1010101 111000

Color Harmonies of #313CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313CEE

Black with #313CEE

Text Example


Text Example

White with #313CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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