Html Css Color HEX #2830EB Neon Blue

📋 copy color: '#2830EB'

red 40 ◦ green 48 ◦ blue 235

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

Shades of Neon Blue #2830EB

Tints of Neon Blue #2830EB

RGB

 RED value IS 40 (16.02% from 255) = 12.38%

 GREEN value IS 48 (19.14% from 255) = 14.86%

 BLUE value IS 235 (92.19% from 255) = 72.76%

R = 12.38%
G = 14.86%
B = 72.76%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2830EB (or 0x2830EB) is known color: Neon Blue. HEX triplet: 28, 30 and EB. RGB value is (40,48,235). Sum of RGB (Red+Green+Blue) = 40+48+235=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 235 (92.19% from 255 or 72.76% from 323); Max value from RGB is 235 - color contains mainly: blue. Hex color #2830EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2830EB is #D7CF14. Grayscale: #424242. Windows color (decimal): -14143253 or 15413288. OLE color: 15413288.

HSL color Cylindrical-coordinate representation of color #2830EB: hue angle of 237.54º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2830EB is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 48 235 -
CMYK 0.83 0.80 0 0.08
HSL 237.54º 0.83% 0.54% -
HSV(B) 237.54º 0.83% 0.92% -
XYZ 16.93 8.56 79.36 -
YUV 66.93 222.85 108.79 -
System Red Green Blue C M Y K H S L
Decimal 40 48 235 0.83 0.80 0 0.08 237.54 0.83 0.54
Hex 28 30 EB 53 50 0 8 EE 53 36
Octal 50 60 353 123 120 0 10 356 123 66
Binary 101000 110000 11101011 1010011 1010000 0 1000 11101110 1010011 110110

Color Harmonies of #2830EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2830EB

Black with #2830EB

Text Example


Text Example

White with #2830EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2830EB; }

 p { color: rgb(40,48,235); }

 H1.HeaderClassName
 {
   color: #2830EB;
 }
 .AnyTagClassName
 {
   color: #2830EB;
 }
</style>

background-color css

<style>
 a { background-color: #2830EB; }

 a { background-color: rgb(40,48,235); }

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

border-color css

<style>
 span { border-color: #2830EB; }

 span { border-color: rgb(40,48,235); }

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