Html Css Color HEX #2830EF Neon Blue

📋 copy color: '#2830EF'

red 40 ◦ green 48 ◦ blue 239

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

Shades of Neon Blue #2830EF

Tints of Neon Blue #2830EF

RGB

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

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

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

R = 12.23%
G = 14.68%
B = 73.09%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2830EF (or 0x2830EF) is known color: Neon Blue. HEX triplet: 28, 30 and EF. RGB value is (40,48,239). Sum of RGB (Red+Green+Blue) = 40+48+239=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 239 (93.75% from 255 or 73.09% from 327); Max value from RGB is 239 - color contains mainly: blue. Hex color #2830EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2830EF is #D7CF10. Grayscale: #424242. Windows color (decimal): -14143249 or 15675432. OLE color: 15675432.

HSL color Cylindrical-coordinate representation of color #2830EF: hue angle of 237.59º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2830EF is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 48 239 -
CMYK 0.83 0.80 0 0.06
HSL 237.59º 0.86% 0.55% -
HSV(B) 237.59º 0.83% 0.94% -
XYZ 17.51 8.8 82.44 -
YUV 67.38 224.85 108.47 -
System Red Green Blue C M Y K H S L
Decimal 40 48 239 0.83 0.80 0 0.06 237.59 0.86 0.55
Hex 28 30 EF 53 50 0 6 EE 56 37
Octal 50 60 357 123 120 0 6 356 126 67
Binary 101000 110000 11101111 1010011 1010000 0 110 11101110 1010110 110111

Color Harmonies of #2830EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2830EF

Black with #2830EF

Text Example


Text Example

White with #2830EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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