Html Css Color HEX #113DFF Neon Blue

📋 copy color: '#113DFF'

red 17 ◦ green 61 ◦ blue 255

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

Shades of Neon Blue #113DFF

Tints of Neon Blue #113DFF

RGB

 RED value IS 17 (7.03% from 255) = 5.11%

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

 BLUE value IS 255 (100% from 255) = 76.58%

R = 5.11%
G = 18.32%
B = 76.58%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#113DFF (or 0x113DFF) is known color: Neon Blue. HEX triplet: 11, 3D and FF. RGB value is (17,61,255). Sum of RGB (Red+Green+Blue) = 17+61+255=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #113DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113DFF is #EEC200. Grayscale: #454545. Windows color (decimal): -15647233 or 16727313. OLE color: 16727313.

HSL color Cylindrical-coordinate representation of color #113DFF: hue angle of 228.91º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113DFF is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 17 61 255 -
CMYK 0.93 0.76 0 0
HSL 228.91º 1% 0.53% -
HSV(B) 228.91º 0.93% 1% -
XYZ 19.95 10.68 95.62 -
YUV 69.96 232.42 90.23 -
System Red Green Blue C M Y K H S L
Decimal 17 61 255 0.93 0.76 0 0 228.91 1 0.53
Hex 11 3D FF 5D 4C 0 0 E5 64 35
Octal 21 75 377 135 114 0 0 345 144 65
Binary 10001 111101 11111111 1011101 1001100 0 0 11100101 1100100 110101

Color Harmonies of #113DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113DFF

Black with #113DFF

Text Example


Text Example

White with #113DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113DFF; }

 p { color: rgb(17,61,255); }

 H1.HeaderClassName
 {
   color: #113DFF;
 }
 .AnyTagClassName
 {
   color: #113DFF;
 }
</style>

background-color css

<style>
 a { background-color: #113DFF; }

 a { background-color: rgb(17,61,255); }

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

border-color css

<style>
 span { border-color: #113DFF; }

 span { border-color: rgb(17,61,255); }

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