Html Css Color HEX #3047EF Neon Blue

📋 copy color: '#3047EF'

red 48 ◦ green 71 ◦ blue 239

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

Shades of Neon Blue #3047EF

Tints of Neon Blue #3047EF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.83%

 BLUE value IS 239 (93.75% from 255) = 66.76%

R = 13.41%
G = 19.83%
B = 66.76%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3047EF (or 0x3047EF) is known color: Neon Blue. HEX triplet: 30, 47 and EF. RGB value is (48,71,239). Sum of RGB (Red+Green+Blue) = 48+71+239=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #3047EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3047EF is #CFB810. Grayscale: #525252. Windows color (decimal): -13613073 or 15681328. OLE color: 15681328.

HSL color Cylindrical-coordinate representation of color #3047EF: hue angle of 232.77º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3047EF is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 71 239 -
CMYK 0.80 0.70 0 0.06
HSL 232.77º 0.86% 0.56% -
HSV(B) 232.77º 0.8% 0.94% -
XYZ 19.05 11.37 82.85 -
YUV 83.28 215.88 102.84 -
System Red Green Blue C M Y K H S L
Decimal 48 71 239 0.80 0.70 0 0.06 232.77 0.86 0.56
Hex 30 47 EF 50 46 0 6 E9 56 38
Octal 60 107 357 120 106 0 6 351 126 70
Binary 110000 1000111 11101111 1010000 1000110 0 110 11101001 1010110 111000

Color Harmonies of #3047EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3047EF

Black with #3047EF

Text Example


Text Example

White with #3047EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3047EF; }

 p { color: rgb(48,71,239); }

 H1.HeaderClassName
 {
   color: #3047EF;
 }
 .AnyTagClassName
 {
   color: #3047EF;
 }
</style>

background-color css

<style>
 a { background-color: #3047EF; }

 a { background-color: rgb(48,71,239); }

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

border-color css

<style>
 span { border-color: #3047EF; }

 span { border-color: rgb(48,71,239); }

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