Html Css Color HEX #304DFB Neon Blue

📋 copy color: '#304DFB'

red 48 ◦ green 77 ◦ blue 251

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

Shades of Neon Blue #304DFB

Tints of Neon Blue #304DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.48%

 BLUE value IS 251 (98.44% from 255) = 66.76%

R = 12.77%
G = 20.48%
B = 66.76%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#304DFB (or 0x304DFB) is known color: Neon Blue. HEX triplet: 30, 4D and FB. RGB value is (48,77,251). Sum of RGB (Red+Green+Blue) = 48+77+251=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #304DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304DFB is #CFB204. Grayscale: #575757. Windows color (decimal): -13611525 or 16469296. OLE color: 16469296.

HSL color Cylindrical-coordinate representation of color #304DFB: hue angle of 231.43º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #304DFB is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 77 251 -
CMYK 0.81 0.69 0 0.02
HSL 231.43º 0.96% 0.59% -
HSV(B) 231.43º 0.81% 0.98% -
XYZ 21.29 12.9 92.64 -
YUV 88.17 219.89 99.35 -
System Red Green Blue C M Y K H S L
Decimal 48 77 251 0.81 0.69 0 0.02 231.43 0.96 0.59
Hex 30 4D FB 51 45 0 2 E7 60 3B
Octal 60 115 373 121 105 0 2 347 140 73
Binary 110000 1001101 11111011 1010001 1000101 0 10 11100111 1100000 111011

Color Harmonies of #304DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DFB

Black with #304DFB

Text Example


Text Example

White with #304DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304DFB; }

 p { color: rgb(48,77,251); }

 H1.HeaderClassName
 {
   color: #304DFB;
 }
 .AnyTagClassName
 {
   color: #304DFB;
 }
</style>

background-color css

<style>
 a { background-color: #304DFB; }

 a { background-color: rgb(48,77,251); }

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

border-color css

<style>
 span { border-color: #304DFB; }

 span { border-color: rgb(48,77,251); }

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