Html Css Color HEX #133EFF Neon Blue

📋 copy color: '#133EFF'

red 19 ◦ green 62 ◦ blue 255

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

Shades of Neon Blue #133EFF

Tints of Neon Blue #133EFF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.45%

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

R = 5.65%
G = 18.45%
B = 75.89%

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

#133EFF (or 0x133EFF) is known color: Neon Blue. HEX triplet: 13, 3E and FF. RGB value is (19,62,255). Sum of RGB (Red+Green+Blue) = 19+62+255=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #133EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133EFF is #ECC100. Grayscale: #464646. Windows color (decimal): -15515905 or 16727571. OLE color: 16727571.

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

Color convert

RGB 19 62 255 -
CMYK 0.93 0.76 0 0
HSL 229.07º 1% 0.54% -
HSV(B) 229.07º 0.93% 1% -
XYZ 20.04 10.8 95.64 -
YUV 71.15 231.75 90.81 -
System Red Green Blue C M Y K H S L
Decimal 19 62 255 0.93 0.76 0 0 229.07 1 0.54
Hex 13 3E FF 5D 4C 0 0 E5 64 36
Octal 23 76 377 135 114 0 0 345 144 66
Binary 10011 111110 11111111 1011101 1001100 0 0 11100101 1100100 110110

Color Harmonies of #133EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133EFF

Black with #133EFF

Text Example


Text Example

White with #133EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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