Html Css Color HEX #303EEF Neon Blue

📋 copy color: '#303EEF'

red 48 ◦ green 62 ◦ blue 239

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

Shades of Neon Blue #303EEF

Tints of Neon Blue #303EEF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.77%

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

R = 13.75%
G = 17.77%
B = 68.48%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#303EEF (or 0x303EEF) is known color: Neon Blue. HEX triplet: 30, 3E and EF. RGB value is (48,62,239). Sum of RGB (Red+Green+Blue) = 48+62+239=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 239 (93.75% from 255 or 68.48% from 349); Max value from RGB is 239 - color contains mainly: blue. Hex color #303EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303EEF is #CFC110. Grayscale: #4D4D4D. Windows color (decimal): -13615377 or 15679024. OLE color: 15679024.

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

Color convert

RGB 48 62 239 -
CMYK 0.80 0.74 0 0.06
HSL 235.6º 0.86% 0.56% -
HSV(B) 235.6º 0.8% 0.94% -
XYZ 18.52 10.31 82.67 -
YUV 77.99 218.86 106.61 -
System Red Green Blue C M Y K H S L
Decimal 48 62 239 0.80 0.74 0 0.06 235.6 0.86 0.56
Hex 30 3E EF 50 4A 0 6 EC 56 38
Octal 60 76 357 120 112 0 6 354 126 70
Binary 110000 111110 11101111 1010000 1001010 0 110 11101100 1010110 111000

Color Harmonies of #303EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303EEF

Black with #303EEF

Text Example


Text Example

White with #303EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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