Html Css Color HEX #3049FF Neon Blue

📋 copy color: '#3049FF'

red 48 ◦ green 73 ◦ blue 255

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

Shades of Neon Blue #3049FF

Tints of Neon Blue #3049FF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.41%

 BLUE value IS 255 (100% from 255) = 67.82%

R = 12.77%
G = 19.41%
B = 67.82%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3049FF (or 0x3049FF) is known color: Neon Blue. HEX triplet: 30, 49 and FF. RGB value is (48,73,255). Sum of RGB (Red+Green+Blue) = 48+73+255=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #3049FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3049FF is #CFB600. Grayscale: #555555. Windows color (decimal): -13612545 or 16730416. OLE color: 16730416.

HSL color Cylindrical-coordinate representation of color #3049FF: hue angle of 232.75º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3049FF is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 73 255 -
CMYK 0.81 0.71 0 0
HSL 232.75º 1% 0.59% -
HSV(B) 232.75º 0.81% 1% -
XYZ 21.65 12.61 95.9 -
YUV 86.27 223.22 100.7 -
System Red Green Blue C M Y K H S L
Decimal 48 73 255 0.81 0.71 0 0 232.75 1 0.59
Hex 30 49 FF 51 47 0 0 E9 64 3B
Octal 60 111 377 121 107 0 0 351 144 73
Binary 110000 1001001 11111111 1010001 1000111 0 0 11101001 1100100 111011

Color Harmonies of #3049FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3049FF

Black with #3049FF

Text Example


Text Example

White with #3049FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3049FF; }

 p { color: rgb(48,73,255); }

 H1.HeaderClassName
 {
   color: #3049FF;
 }
 .AnyTagClassName
 {
   color: #3049FF;
 }
</style>

background-color css

<style>
 a { background-color: #3049FF; }

 a { background-color: rgb(48,73,255); }

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

border-color css

<style>
 span { border-color: #3049FF; }

 span { border-color: rgb(48,73,255); }

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