Html Css Color HEX #133FFF Neon Blue

📋 copy color: '#133FFF'

red 19 ◦ green 63 ◦ blue 255

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

Shades of Neon Blue #133FFF

Tints of Neon Blue #133FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 18.69%

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

R = 5.64%
G = 18.69%
B = 75.67%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#133FFF (or 0x133FFF) is known color: Neon Blue. HEX triplet: 13, 3F and FF. RGB value is (19,63,255). Sum of RGB (Red+Green+Blue) = 19+63+255=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #133FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133FFF is #ECC000. Grayscale: #464646. Windows color (decimal): -15515649 or 16727827. OLE color: 16727827.

HSL color Cylindrical-coordinate representation of color #133FFF: hue angle of 228.81º 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 #133FFF is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 63 255 -
CMYK 0.93 0.75 0 0
HSL 228.81º 1% 0.54% -
HSV(B) 228.81º 0.93% 1% -
XYZ 20.1 10.91 95.66 -
YUV 71.73 231.42 90.39 -
System Red Green Blue C M Y K H S L
Decimal 19 63 255 0.93 0.75 0 0 228.81 1 0.54
Hex 13 3F FF 5D 4B 0 0 E5 64 36
Octal 23 77 377 135 113 0 0 345 144 66
Binary 10011 111111 11111111 1011101 1001011 0 0 11100101 1100100 110110

Color Harmonies of #133FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133FFF

Black with #133FFF

Text Example


Text Example

White with #133FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133FFF; }

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

 H1.HeaderClassName
 {
   color: #133FFF;
 }
 .AnyTagClassName
 {
   color: #133FFF;
 }
</style>

background-color css

<style>
 a { background-color: #133FFF; }

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

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

border-color css

<style>
 span { border-color: #133FFF; }

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

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