Html Css Color HEX #3039E5 Neon Blue

📋 copy color: '#3039E5'

red 48 ◦ green 57 ◦ blue 229

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

Shades of Neon Blue #3039E5

Tints of Neon Blue #3039E5

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.07%

 BLUE value IS 229 (89.84% from 255) = 68.56%

R = 14.37%
G = 17.07%
B = 68.56%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3039E5 (or 0x3039E5) is known color: Neon Blue. HEX triplet: 30, 39 and E5. RGB value is (48,57,229). Sum of RGB (Red+Green+Blue) = 48+57+229=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 229 (89.84% from 255 or 68.56% from 334); Max value from RGB is 229 - color contains mainly: blue. Hex color #3039E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3039E5 is #CFC61A. Grayscale: #494949. Windows color (decimal): -13616667 or 15022384. OLE color: 15022384.

HSL color Cylindrical-coordinate representation of color #3039E5: hue angle of 237.02º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3039E5 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 57 229 -
CMYK 0.79 0.75 0 0.10
HSL 237.02º 0.78% 0.54% -
HSV(B) 237.02º 0.79% 0.9% -
XYZ 16.82 9.21 75.02 -
YUV 73.92 215.52 109.51 -
System Red Green Blue C M Y K H S L
Decimal 48 57 229 0.79 0.75 0 0.10 237.02 0.78 0.54
Hex 30 39 E5 4F 4B 0 A ED 4E 36
Octal 60 71 345 117 113 0 12 355 116 66
Binary 110000 111001 11100101 1001111 1001011 0 1010 11101101 1001110 110110

Color Harmonies of #3039E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3039E5

Black with #3039E5

Text Example


Text Example

White with #3039E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3039E5; }

 p { color: rgb(48,57,229); }

 H1.HeaderClassName
 {
   color: #3039E5;
 }
 .AnyTagClassName
 {
   color: #3039E5;
 }
</style>

background-color css

<style>
 a { background-color: #3039E5; }

 a { background-color: rgb(48,57,229); }

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

border-color css

<style>
 span { border-color: #3039E5; }

 span { border-color: rgb(48,57,229); }

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