Html Css Color HEX #304EF5 Neon Blue

📋 copy color: '#304EF5'

red 48 ◦ green 78 ◦ blue 245

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

Shades of Neon Blue #304EF5

Tints of Neon Blue #304EF5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.02%

 BLUE value IS 245 (96.09% from 255) = 66.04%

R = 12.94%
G = 21.02%
B = 66.04%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#304EF5 (or 0x304EF5) is known color: Neon Blue. HEX triplet: 30, 4E and F5. RGB value is (48,78,245). Sum of RGB (Red+Green+Blue) = 48+78+245=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 245 (96.09% from 255 or 66.04% from 371); Max value from RGB is 245 - color contains mainly: blue. Hex color #304EF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304EF5 is #CFB10A. Grayscale: #575757. Windows color (decimal): -13611275 or 16076336. OLE color: 16076336.

HSL color Cylindrical-coordinate representation of color #304EF5: hue angle of 230.86º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #304EF5 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 78 245 -
CMYK 0.80 0.68 0 0.04
HSL 230.86º 0.91% 0.57% -
HSV(B) 230.86º 0.8% 0.96% -
XYZ 20.42 12.67 87.76 -
YUV 88.07 216.56 99.42 -
System Red Green Blue C M Y K H S L
Decimal 48 78 245 0.80 0.68 0 0.04 230.86 0.91 0.57
Hex 30 4E F5 50 44 0 4 E7 5B 39
Octal 60 116 365 120 104 0 4 347 133 71
Binary 110000 1001110 11110101 1010000 1000100 0 100 11100111 1011011 111001

Color Harmonies of #304EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304EF5

Black with #304EF5

Text Example


Text Example

White with #304EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,78,245); }

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

background-color css

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

 a { background-color: rgb(48,78,245); }

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

border-color css

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

 span { border-color: rgb(48,78,245); }

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