Html Css Color HEX #2538EF Neon Blue

📋 copy color: '#2538EF'

red 37 ◦ green 56 ◦ blue 239

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

Shades of Neon Blue #2538EF

Tints of Neon Blue #2538EF

RGB

 RED value IS 37 (14.84% from 255) = 11.14%

 GREEN value IS 56 (22.27% from 255) = 16.87%

 BLUE value IS 239 (93.75% from 255) = 71.99%

R = 11.14%
G = 16.87%
B = 71.99%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2538EF (or 0x2538EF) is known color: Neon Blue. HEX triplet: 25, 38 and EF. RGB value is (37,56,239). Sum of RGB (Red+Green+Blue) = 37+56+239=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 239 (93.75% from 255 or 71.99% from 332); Max value from RGB is 239 - color contains mainly: blue. Hex color #2538EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2538EF is #DAC710. Grayscale: #464646. Windows color (decimal): -14337809 or 15677477. OLE color: 15677477.

HSL color Cylindrical-coordinate representation of color #2538EF: hue angle of 234.36º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2538EF is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 56 239 -
CMYK 0.85 0.77 0 0.06
HSL 234.36º 0.86% 0.54% -
HSV(B) 234.36º 0.85% 0.94% -
XYZ 17.76 9.45 82.55 -
YUV 71.18 222.71 103.62 -
System Red Green Blue C M Y K H S L
Decimal 37 56 239 0.85 0.77 0 0.06 234.36 0.86 0.54
Hex 25 38 EF 55 4D 0 6 EA 56 36
Octal 45 70 357 125 115 0 6 352 126 66
Binary 100101 111000 11101111 1010101 1001101 0 110 11101010 1010110 110110

Color Harmonies of #2538EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2538EF

Black with #2538EF

Text Example


Text Example

White with #2538EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2538EF; }

 p { color: rgb(37,56,239); }

 H1.HeaderClassName
 {
   color: #2538EF;
 }
 .AnyTagClassName
 {
   color: #2538EF;
 }
</style>

background-color css

<style>
 a { background-color: #2538EF; }

 a { background-color: rgb(37,56,239); }

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

border-color css

<style>
 span { border-color: #2538EF; }

 span { border-color: rgb(37,56,239); }

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