Html Css Color HEX #2D48EB Neon Blue

📋 copy color: '#2D48EB'

red 45 ◦ green 72 ◦ blue 235

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

Shades of Neon Blue #2D48EB

Tints of Neon Blue #2D48EB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.45%

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

R = 12.78%
G = 20.45%
B = 66.76%

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

#2D48EB (or 0x2D48EB) is known color: Neon Blue. HEX triplet: 2D, 48 and EB. RGB value is (45,72,235). Sum of RGB (Red+Green+Blue) = 45+72+235=352 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.78% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D48EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D48EB is #D2B714. Grayscale: #515151. Windows color (decimal): -13809429 or 15419437. OLE color: 15419437.

HSL color Cylindrical-coordinate representation of color #2D48EB: hue angle of 231.47º 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 #2D48EB is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 45 72 235 -
CMYK 0.81 0.69 0 0.08
HSL 231.47º 0.83% 0.55% -
HSV(B) 231.47º 0.81% 0.92% -
XYZ 18.39 11.19 79.79 -
YUV 82.51 214.05 101.25 -
System Red Green Blue C M Y K H S L
Decimal 45 72 235 0.81 0.69 0 0.08 231.47 0.83 0.55
Hex 2D 48 EB 51 45 0 8 E7 53 37
Octal 55 110 353 121 105 0 10 347 123 67
Binary 101101 1001000 11101011 1010001 1000101 0 1000 11100111 1010011 110111

Color Harmonies of #2D48EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D48EB

Black with #2D48EB

Text Example


Text Example

White with #2D48EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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