Html Css Color HEX #293EF1 Neon Blue

📋 copy color: '#293EF1'

red 41 ◦ green 62 ◦ blue 241

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

Shades of Neon Blue #293EF1

Tints of Neon Blue #293EF1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.02%

 BLUE value IS 241 (94.53% from 255) = 70.06%

R = 11.92%
G = 18.02%
B = 70.06%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#293EF1 (or 0x293EF1) is known color: Neon Blue. HEX triplet: 29, 3E and F1. RGB value is (41,62,241). Sum of RGB (Red+Green+Blue) = 41+62+241=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 241 (94.53% from 255 or 70.06% from 344); Max value from RGB is 241 - color contains mainly: blue. Hex color #293EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293EF1 is #D6C10E. Grayscale: #4B4B4B. Windows color (decimal): -14074127 or 15810089. OLE color: 15810089.

HSL color Cylindrical-coordinate representation of color #293EF1: hue angle of 233.7º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #293EF1 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 62 241 -
CMYK 0.83 0.74 0 0.05
HSL 233.7º 0.88% 0.55% -
HSV(B) 233.7º 0.83% 0.95% -
XYZ 18.51 10.27 84.23 -
YUV 76.13 221.04 102.95 -
System Red Green Blue C M Y K H S L
Decimal 41 62 241 0.83 0.74 0 0.05 233.7 0.88 0.55
Hex 29 3E F1 53 4A 0 5 EA 58 37
Octal 51 76 361 123 112 0 5 352 130 67
Binary 101001 111110 11110001 1010011 1001010 0 101 11101010 1011000 110111

Color Harmonies of #293EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293EF1

Black with #293EF1

Text Example


Text Example

White with #293EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,62,241); }

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

background-color css

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

 a { background-color: rgb(41,62,241); }

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

border-color css

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

 span { border-color: rgb(41,62,241); }

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