Html Css Color HEX #293BED Neon Blue

📋 copy color: '#293BED'

red 41 ◦ green 59 ◦ blue 237

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

Shades of Neon Blue #293BED

Tints of Neon Blue #293BED

RGB

 RED value IS 41 (16.41% from 255) = 12.17%

 GREEN value IS 59 (23.44% from 255) = 17.51%

 BLUE value IS 237 (92.97% from 255) = 70.33%

R = 12.17%
G = 17.51%
B = 70.33%

CMYK

 C value IS 0.83

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#293BED (or 0x293BED) is known color: Neon Blue. HEX triplet: 29, 3B and ED. RGB value is (41,59,237). Sum of RGB (Red+Green+Blue) = 41+59+237=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #293BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293BED is #D6C412. Grayscale: #494949. Windows color (decimal): -14074899 or 15547177. OLE color: 15547177.

HSL color Cylindrical-coordinate representation of color #293BED: hue angle of 234.49º degrees, saturation: 0.84, 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 #293BED is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 59 237 -
CMYK 0.83 0.75 0 0.07
HSL 234.49º 0.84% 0.55% -
HSV(B) 234.49º 0.83% 0.93% -
XYZ 17.76 9.71 81.06 -
YUV 73.91 220.04 104.53 -
System Red Green Blue C M Y K H S L
Decimal 41 59 237 0.83 0.75 0 0.07 234.49 0.84 0.55
Hex 29 3B ED 53 4B 0 7 EA 54 37
Octal 51 73 355 123 113 0 7 352 124 67
Binary 101001 111011 11101101 1010011 1001011 0 111 11101010 1010100 110111

Color Harmonies of #293BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BED

Black with #293BED

Text Example


Text Example

White with #293BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293BED; }

 p { color: rgb(41,59,237); }

 H1.HeaderClassName
 {
   color: #293BED;
 }
 .AnyTagClassName
 {
   color: #293BED;
 }
</style>

background-color css

<style>
 a { background-color: #293BED; }

 a { background-color: rgb(41,59,237); }

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

border-color css

<style>
 span { border-color: #293BED; }

 span { border-color: rgb(41,59,237); }

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