Html Css Color HEX #2830EE Neon Blue

📋 copy color: '#2830EE'

red 40 ◦ green 48 ◦ blue 238

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

Shades of Neon Blue #2830EE

Tints of Neon Blue #2830EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 73.01%

R = 12.27%
G = 14.72%
B = 73.01%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2830EE (or 0x2830EE) is known color: Neon Blue. HEX triplet: 28, 30 and EE. RGB value is (40,48,238). Sum of RGB (Red+Green+Blue) = 40+48+238=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 238 (93.36% from 255 or 73.01% from 326); Max value from RGB is 238 - color contains mainly: blue. Hex color #2830EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2830EE is #D7CF11. Grayscale: #424242. Windows color (decimal): -14143250 or 15609896. OLE color: 15609896.

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

Color convert

RGB 40 48 238 -
CMYK 0.83 0.80 0 0.07
HSL 237.58º 0.85% 0.55% -
HSV(B) 237.58º 0.83% 0.93% -
XYZ 17.36 8.74 81.66 -
YUV 67.27 224.35 108.55 -
System Red Green Blue C M Y K H S L
Decimal 40 48 238 0.83 0.80 0 0.07 237.58 0.85 0.55
Hex 28 30 EE 53 50 0 7 EE 55 37
Octal 50 60 356 123 120 0 7 356 125 67
Binary 101000 110000 11101110 1010011 1010000 0 111 11101110 1010101 110111

Color Harmonies of #2830EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2830EE

Black with #2830EE

Text Example


Text Example

White with #2830EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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