Html Css Color HEX #304AF3 Neon Blue

📋 copy color: '#304AF3'

red 48 ◦ green 74 ◦ blue 243

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

Shades of Neon Blue #304AF3

Tints of Neon Blue #304AF3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.27%

 BLUE value IS 243 (95.31% from 255) = 66.58%

R = 13.15%
G = 20.27%
B = 66.58%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#304AF3 (or 0x304AF3) is known color: Neon Blue. HEX triplet: 30, 4A and F3. RGB value is (48,74,243). Sum of RGB (Red+Green+Blue) = 48+74+243=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 243 (95.31% from 255 or 66.58% from 365); Max value from RGB is 243 - color contains mainly: blue. Hex color #304AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #304AF3 is #CFB50C. Grayscale: #545454. Windows color (decimal): -13612301 or 15944240. OLE color: 15944240.

HSL color Cylindrical-coordinate representation of color #304AF3: hue angle of 232º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #304AF3 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 74 243 -
CMYK 0.80 0.70 0 0.05
HSL 232º 0.89% 0.57% -
HSV(B) 232º 0.8% 0.95% -
XYZ 19.85 12 86.06 -
YUV 85.49 216.89 101.26 -
System Red Green Blue C M Y K H S L
Decimal 48 74 243 0.80 0.70 0 0.05 232 0.89 0.57
Hex 30 4A F3 50 46 0 5 E8 59 39
Octal 60 112 363 120 106 0 5 350 131 71
Binary 110000 1001010 11110011 1010000 1000110 0 101 11101000 1011001 111001

Color Harmonies of #304AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304AF3

Black with #304AF3

Text Example


Text Example

White with #304AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,74,243); }

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

background-color css

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

 a { background-color: rgb(48,74,243); }

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

border-color css

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

 span { border-color: rgb(48,74,243); }

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