Html Css Color HEX #314DEE Neon Blue

📋 copy color: '#314DEE'

red 49 ◦ green 77 ◦ blue 238

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

Shades of Neon Blue #314DEE

Tints of Neon Blue #314DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.15%

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

R = 13.46%
G = 21.15%
B = 65.38%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#314DEE (or 0x314DEE) is known color: Neon Blue. HEX triplet: 31, 4D and EE. RGB value is (49,77,238). Sum of RGB (Red+Green+Blue) = 49+77+238=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #314DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #314DEE is #CEB211. Grayscale: #565656. Windows color (decimal): -13546002 or 15617329. OLE color: 15617329.

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

Color convert

RGB 49 77 238 -
CMYK 0.79 0.68 0 0.07
HSL 231.11º 0.85% 0.56% -
HSV(B) 231.11º 0.79% 0.93% -
XYZ 19.35 12.13 82.21 -
YUV 86.98 213.22 100.91 -
System Red Green Blue C M Y K H S L
Decimal 49 77 238 0.79 0.68 0 0.07 231.11 0.85 0.56
Hex 31 4D EE 4F 44 0 7 E7 55 38
Octal 61 115 356 117 104 0 7 347 125 70
Binary 110001 1001101 11101110 1001111 1000100 0 111 11100111 1010101 111000

Color Harmonies of #314DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314DEE

Black with #314DEE

Text Example


Text Example

White with #314DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314DEE; }

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

 H1.HeaderClassName
 {
   color: #314DEE;
 }
 .AnyTagClassName
 {
   color: #314DEE;
 }
</style>

background-color css

<style>
 a { background-color: #314DEE; }

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

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

border-color css

<style>
 span { border-color: #314DEE; }

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

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