Html Css Color HEX #2835EE Neon Blue

📋 copy color: '#2835EE'

red 40 ◦ green 53 ◦ blue 238

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

Shades of Neon Blue #2835EE

Tints of Neon Blue #2835EE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.01%

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

R = 12.08%
G = 16.01%
B = 71.9%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2835EE (or 0x2835EE) is known color: Neon Blue. HEX triplet: 28, 35 and EE. RGB value is (40,53,238). Sum of RGB (Red+Green+Blue) = 40+53+238=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 238 (93.36% from 255 or 71.90% from 331); Max value from RGB is 238 - color contains mainly: blue. Hex color #2835EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2835EE is #D7CA11. Grayscale: #454545. Windows color (decimal): -14141970 or 15611176. OLE color: 15611176.

HSL color Cylindrical-coordinate representation of color #2835EE: hue angle of 236.06º 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 #2835EE is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 53 238 -
CMYK 0.83 0.78 0 0.07
HSL 236.06º 0.85% 0.55% -
HSV(B) 236.06º 0.83% 0.93% -
XYZ 17.58 9.17 81.73 -
YUV 70.2 222.69 106.46 -
System Red Green Blue C M Y K H S L
Decimal 40 53 238 0.83 0.78 0 0.07 236.06 0.85 0.55
Hex 28 35 EE 53 4E 0 7 EC 55 37
Octal 50 65 356 123 116 0 7 354 125 67
Binary 101000 110101 11101110 1010011 1001110 0 111 11101100 1010101 110111

Color Harmonies of #2835EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2835EE

Black with #2835EE

Text Example


Text Example

White with #2835EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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