Html Css Color HEX #3048EF Neon Blue

📋 copy color: '#3048EF'

red 48 ◦ green 72 ◦ blue 239

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

Shades of Neon Blue #3048EF

Tints of Neon Blue #3048EF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.06%

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

R = 13.37%
G = 20.06%
B = 66.57%

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

#3048EF (or 0x3048EF) is known color: Neon Blue. HEX triplet: 30, 48 and EF. RGB value is (48,72,239). Sum of RGB (Red+Green+Blue) = 48+72+239=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #3048EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3048EF is #CFB710. Grayscale: #535353. Windows color (decimal): -13612817 or 15681584. OLE color: 15681584.

HSL color Cylindrical-coordinate representation of color #3048EF: hue angle of 232.46º 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 #3048EF is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 72 239 -
CMYK 0.80 0.70 0 0.06
HSL 232.46º 0.86% 0.56% -
HSV(B) 232.46º 0.8% 0.94% -
XYZ 19.12 11.5 82.87 -
YUV 83.86 215.55 102.42 -
System Red Green Blue C M Y K H S L
Decimal 48 72 239 0.80 0.70 0 0.06 232.46 0.86 0.56
Hex 30 48 EF 50 46 0 6 E8 56 38
Octal 60 110 357 120 106 0 6 350 126 70
Binary 110000 1001000 11101111 1010000 1000110 0 110 11101000 1010110 111000

Color Harmonies of #3048EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3048EF

Black with #3048EF

Text Example


Text Example

White with #3048EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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