Html Css Color HEX #134DFF Neon Blue

📋 copy color: '#134DFF'

red 19 ◦ green 77 ◦ blue 255

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

Shades of Neon Blue #134DFF

Tints of Neon Blue #134DFF

RGB

 RED value IS 19 (7.81% from 255) = 5.41%

 GREEN value IS 77 (30.47% from 255) = 21.94%

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

R = 5.41%
G = 21.94%
B = 72.65%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#134DFF (or 0x134DFF) is known color: Neon Blue. HEX triplet: 13, 4D and FF. RGB value is (19,77,255). Sum of RGB (Red+Green+Blue) = 19+77+255=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #134DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134DFF is #ECB200. Grayscale: #4F4F4F. Windows color (decimal): -15512065 or 16731411. OLE color: 16731411.

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

Color convert

RGB 19 77 255 -
CMYK 0.93 0.70 0 0
HSL 225.25º 1% 0.54% -
HSV(B) 225.25º 0.93% 1% -
XYZ 20.97 12.67 95.95 -
YUV 79.95 226.78 84.53 -
System Red Green Blue C M Y K H S L
Decimal 19 77 255 0.93 0.70 0 0 225.25 1 0.54
Hex 13 4D FF 5D 46 0 0 E1 64 36
Octal 23 115 377 135 106 0 0 341 144 66
Binary 10011 1001101 11111111 1011101 1000110 0 0 11100001 1100100 110110

Color Harmonies of #134DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134DFF

Black with #134DFF

Text Example


Text Example

White with #134DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,77,255); }

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

background-color css

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

 a { background-color: rgb(19,77,255); }

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

border-color css

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

 span { border-color: rgb(19,77,255); }

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