Html Css Color HEX #304FFB Neon Blue

📋 copy color: '#304FFB'

red 48 ◦ green 79 ◦ blue 251

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

Shades of Neon Blue #304FFB

Tints of Neon Blue #304FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.9%

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

R = 12.7%
G = 20.9%
B = 66.4%

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

#304FFB (or 0x304FFB) is known color: Neon Blue. HEX triplet: 30, 4F and FB. RGB value is (48,79,251). Sum of RGB (Red+Green+Blue) = 48+79+251=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #304FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304FFB is #CFB004. Grayscale: #585858. Windows color (decimal): -13611013 or 16469808. OLE color: 16469808.

HSL color Cylindrical-coordinate representation of color #304FFB: hue angle of 230.84º 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 #304FFB is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 79 251 -
CMYK 0.81 0.69 0 0.02
HSL 230.84º 0.96% 0.59% -
HSV(B) 230.84º 0.81% 0.98% -
XYZ 21.43 13.19 92.68 -
YUV 89.34 219.23 98.51 -
System Red Green Blue C M Y K H S L
Decimal 48 79 251 0.81 0.69 0 0.02 230.84 0.96 0.59
Hex 30 4F FB 51 45 0 2 E7 60 3B
Octal 60 117 373 121 105 0 2 347 140 73
Binary 110000 1001111 11111011 1010001 1000101 0 10 11100111 1100000 111011

Color Harmonies of #304FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304FFB

Black with #304FFB

Text Example


Text Example

White with #304FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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