Html Css Color HEX #304EEF Neon Blue

📋 copy color: '#304EEF'

red 48 ◦ green 78 ◦ blue 239

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

Shades of Neon Blue #304EEF

Tints of Neon Blue #304EEF

RGB

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

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

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

R = 13.15%
G = 21.37%
B = 65.48%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#304EEF (or 0x304EEF) is known color: Neon Blue. HEX triplet: 30, 4E and EF. RGB value is (48,78,239). Sum of RGB (Red+Green+Blue) = 48+78+239=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #304EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304EEF is #CFB110. Grayscale: #565656. Windows color (decimal): -13611281 or 15683120. OLE color: 15683120.

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

Color convert

RGB 48 78 239 -
CMYK 0.80 0.67 0 0.06
HSL 230.58º 0.86% 0.56% -
HSV(B) 230.58º 0.8% 0.94% -
XYZ 19.52 12.31 83.01 -
YUV 87.38 213.56 99.91 -
System Red Green Blue C M Y K H S L
Decimal 48 78 239 0.80 0.67 0 0.06 230.58 0.86 0.56
Hex 30 4E EF 50 43 0 6 E7 56 38
Octal 60 116 357 120 103 0 6 347 126 70
Binary 110000 1001110 11101111 1010000 1000011 0 110 11100111 1010110 111000

Color Harmonies of #304EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304EEF

Black with #304EEF

Text Example


Text Example

White with #304EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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