Html Css Color HEX #293DF0 Neon Blue

📋 copy color: '#293DF0'

red 41 ◦ green 61 ◦ blue 240

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

Shades of Neon Blue #293DF0

Tints of Neon Blue #293DF0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.84%

 BLUE value IS 240 (94.14% from 255) = 70.18%

R = 11.99%
G = 17.84%
B = 70.18%

CMYK

 C value IS 0.83

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#293DF0 (or 0x293DF0) is known color: Neon Blue. HEX triplet: 29, 3D and F0. RGB value is (41,61,240). Sum of RGB (Red+Green+Blue) = 41+61+240=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 240 (94.14% from 255 or 70.18% from 342); Max value from RGB is 240 - color contains mainly: blue. Hex color #293DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293DF0 is #D6C20F. Grayscale: #4A4A4A. Windows color (decimal): -14074384 or 15744297. OLE color: 15744297.

HSL color Cylindrical-coordinate representation of color #293DF0: hue angle of 233.97º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #293DF0 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 41 61 240 -
CMYK 0.83 0.75 0 0.06
HSL 233.97º 0.87% 0.55% -
HSV(B) 233.97º 0.83% 0.94% -
XYZ 18.31 10.1 83.42 -
YUV 75.43 220.87 103.45 -
System Red Green Blue C M Y K H S L
Decimal 41 61 240 0.83 0.75 0 0.06 233.97 0.87 0.55
Hex 29 3D F0 53 4B 0 6 EA 57 37
Octal 51 75 360 123 113 0 6 352 127 67
Binary 101001 111101 11110000 1010011 1001011 0 110 11101010 1010111 110111

Color Harmonies of #293DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DF0

Black with #293DF0

Text Example


Text Example

White with #293DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,61,240); }

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

background-color css

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

 a { background-color: rgb(41,61,240); }

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

border-color css

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

 span { border-color: rgb(41,61,240); }

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