Html Css Color HEX #193DFB Neon Blue

📋 copy color: '#193DFB'

red 25 ◦ green 61 ◦ blue 251

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

Shades of Neon Blue #193DFB

Tints of Neon Blue #193DFB

RGB

 RED value IS 25 (10.16% from 255) = 7.42%

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

 BLUE value IS 251 (98.44% from 255) = 74.48%

R = 7.42%
G = 18.1%
B = 74.48%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#193DFB (or 0x193DFB) is known color: Neon Blue. HEX triplet: 19, 3D and FB. RGB value is (25,61,251). Sum of RGB (Red+Green+Blue) = 25+61+251=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 251 (98.44% from 255 or 74.48% from 337); Max value from RGB is 251 - color contains mainly: blue. Hex color #193DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193DFB is #E6C204. Grayscale: #474747. Windows color (decimal): -15122949 or 16465177. OLE color: 16465177.

HSL color Cylindrical-coordinate representation of color #193DFB: hue angle of 230.44º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #193DFB is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 61 251 -
CMYK 0.90 0.76 0 0.02
HSL 230.44º 0.97% 0.54% -
HSV(B) 230.44º 0.9% 0.98% -
XYZ 19.48 10.51 92.27 -
YUV 71.9 229.07 94.55 -
System Red Green Blue C M Y K H S L
Decimal 25 61 251 0.90 0.76 0 0.02 230.44 0.97 0.54
Hex 19 3D FB 5A 4C 0 2 E6 61 36
Octal 31 75 373 132 114 0 2 346 141 66
Binary 11001 111101 11111011 1011010 1001100 0 10 11100110 1100001 110110

Color Harmonies of #193DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DFB

Black with #193DFB

Text Example


Text Example

White with #193DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193DFB; }

 p { color: rgb(25,61,251); }

 H1.HeaderClassName
 {
   color: #193DFB;
 }
 .AnyTagClassName
 {
   color: #193DFB;
 }
</style>

background-color css

<style>
 a { background-color: #193DFB; }

 a { background-color: rgb(25,61,251); }

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

border-color css

<style>
 span { border-color: #193DFB; }

 span { border-color: rgb(25,61,251); }

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