Html Css Color HEX #193AF9 Neon Blue

📋 copy color: '#193AF9'

red 25 ◦ green 58 ◦ blue 249

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

Shades of Neon Blue #193AF9

Tints of Neon Blue #193AF9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.47%

 BLUE value IS 249 (97.66% from 255) = 75%

R = 7.53%
G = 17.47%
B = 75%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#193AF9 (or 0x193AF9) is known color: Neon Blue. HEX triplet: 19, 3A and F9. RGB value is (25,58,249). Sum of RGB (Red+Green+Blue) = 25+58+249=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 249 (97.66% from 255 or 75% from 332); Max value from RGB is 249 - color contains mainly: blue. Hex color #193AF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193AF9 is #E6C506. Grayscale: #454545. Windows color (decimal): -15123719 or 16333337. OLE color: 16333337.

HSL color Cylindrical-coordinate representation of color #193AF9: hue angle of 231.16º degrees, saturation: 0.95, 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 #193AF9 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 58 249 -
CMYK 0.90 0.77 0 0.02
HSL 231.16º 0.95% 0.54% -
HSV(B) 231.16º 0.9% 0.98% -
XYZ 19.01 10.07 90.56 -
YUV 69.91 229.07 95.97 -
System Red Green Blue C M Y K H S L
Decimal 25 58 249 0.90 0.77 0 0.02 231.16 0.95 0.54
Hex 19 3A F9 5A 4D 0 2 E7 5F 36
Octal 31 72 371 132 115 0 2 347 137 66
Binary 11001 111010 11111001 1011010 1001101 0 10 11100111 1011111 110110

Color Harmonies of #193AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193AF9

Black with #193AF9

Text Example


Text Example

White with #193AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,58,249); }

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

background-color css

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

 a { background-color: rgb(25,58,249); }

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

border-color css

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

 span { border-color: rgb(25,58,249); }

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