Html Css Color HEX #2D49EB Neon Blue

📋 copy color: '#2D49EB'

red 45 ◦ green 73 ◦ blue 235

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

Shades of Neon Blue #2D49EB

Tints of Neon Blue #2D49EB

RGB

 RED value IS 45 (17.97% from 255) = 12.75%

 GREEN value IS 73 (28.91% from 255) = 20.68%

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

R = 12.75%
G = 20.68%
B = 66.57%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2D49EB (or 0x2D49EB) is known color: Neon Blue. HEX triplet: 2D, 49 and EB. RGB value is (45,73,235). Sum of RGB (Red+Green+Blue) = 45+73+235=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D49EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D49EB is #D2B614. Grayscale: #525252. Windows color (decimal): -13809173 or 15419693. OLE color: 15419693.

HSL color Cylindrical-coordinate representation of color #2D49EB: hue angle of 231.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D49EB is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 45 73 235 -
CMYK 0.81 0.69 0 0.08
HSL 231.16º 0.83% 0.55% -
HSV(B) 231.16º 0.81% 0.92% -
XYZ 18.46 11.32 79.81 -
YUV 83.1 213.72 100.83 -
System Red Green Blue C M Y K H S L
Decimal 45 73 235 0.81 0.69 0 0.08 231.16 0.83 0.55
Hex 2D 49 EB 51 45 0 8 E7 53 37
Octal 55 111 353 121 105 0 10 347 123 67
Binary 101101 1001001 11101011 1010001 1000101 0 1000 11100111 1010011 110111

Color Harmonies of #2D49EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D49EB

Black with #2D49EB

Text Example


Text Example

White with #2D49EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D49EB; }

 p { color: rgb(45,73,235); }

 H1.HeaderClassName
 {
   color: #2D49EB;
 }
 .AnyTagClassName
 {
   color: #2D49EB;
 }
</style>

background-color css

<style>
 a { background-color: #2D49EB; }

 a { background-color: rgb(45,73,235); }

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

border-color css

<style>
 span { border-color: #2D49EB; }

 span { border-color: rgb(45,73,235); }

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