Html Css Color HEX #3031EE Neon Blue

📋 copy color: '#3031EE'

red 48 ◦ green 49 ◦ blue 238

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

Shades of Neon Blue #3031EE

Tints of Neon Blue #3031EE

RGB

 RED value IS 48 (19.14% from 255) = 14.33%

 GREEN value IS 49 (19.53% from 255) = 14.63%

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

R = 14.33%
G = 14.63%
B = 71.04%

CMYK

 C value IS 0.80

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3031EE (or 0x3031EE) is known color: Neon Blue. HEX triplet: 30, 31 and EE. RGB value is (48,49,238). Sum of RGB (Red+Green+Blue) = 48+49+238=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 238 (93.36% from 255 or 71.04% from 335); Max value from RGB is 238 - color contains mainly: blue. Hex color #3031EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3031EE is #CFCE11. Grayscale: #454545. Windows color (decimal): -13618706 or 15610160. OLE color: 15610160.

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

Color convert

RGB 48 49 238 -
CMYK 0.80 0.79 0 0.07
HSL 239.68º 0.85% 0.56% -
HSV(B) 239.68º 0.8% 0.93% -
XYZ 17.75 9 81.69 -
YUV 70.25 222.67 112.13 -
System Red Green Blue C M Y K H S L
Decimal 48 49 238 0.80 0.79 0 0.07 239.68 0.85 0.56
Hex 30 31 EE 50 4F 0 7 F0 55 38
Octal 60 61 356 120 117 0 7 360 125 70
Binary 110000 110001 11101110 1010000 1001111 0 111 11110000 1010101 111000

Color Harmonies of #3031EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3031EE

Black with #3031EE

Text Example


Text Example

White with #3031EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3031EE; }

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

 H1.HeaderClassName
 {
   color: #3031EE;
 }
 .AnyTagClassName
 {
   color: #3031EE;
 }
</style>

background-color css

<style>
 a { background-color: #3031EE; }

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

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

border-color css

<style>
 span { border-color: #3031EE; }

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

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