#2D38EB

Color #2D38EB Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #2D38EB

Tints of Neon Blue #2D38EB

Color information

#2D38EB (or 0x2D38EB) is unknown color: approx Neon Blue. HEX triplet: 2D, 38 and EB. RGB value is (45,56,235). Sum of RGB (Red+Green+Blue) = 45+56+235=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 235 (92.19% from 255 or 69.94% from 336); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D38EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D38EB is #D2C714. Grayscale: #484848. Windows color (decimal): -13813525 or 15415341. OLE color: 15415341.

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

Color convert

RGB4556235-
CMYK0.810.7600.08
HSL236.53º82.61%54.9%-
HSV(B)236.53º80.85%92.16%-
XYZ17.499.3879.49-
YUV73.12219.36107.95-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.39%
GREEN value IS 56 (22.27% from 255) = 16.67%
BLUE value IS 235 (92.19% from 255) = 69.94%
R=13.39%
G=16.67%
B=69.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal45562350.810.7600.08236.5382.6154.9
Hex2D38EB514C08ed5337
Octal557035312111401035512367
Binary101101111000111010111010001100110001000111011011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D38EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2D38EB;
 }
 .AnyTagClassName
 {
   color: #2D38EB;
 }
</style>
background-color css

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

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

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

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

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

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