Html Css Color HEX #133DFB Neon Blue

📋 copy color: '#133DFB'

red 19 ◦ green 61 ◦ blue 251

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

Shades of Neon Blue #133DFB

Tints of Neon Blue #133DFB

RGB

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

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

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

R = 5.74%
G = 18.43%
B = 75.83%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#133DFB (or 0x133DFB) is known color: Neon Blue. HEX triplet: 13, 3D and FB. RGB value is (19,61,251). Sum of RGB (Red+Green+Blue) = 19+61+251=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #133DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133DFB is #ECC204. Grayscale: #454545. Windows color (decimal): -15516165 or 16465171. OLE color: 16465171.

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

Color convert

RGB 19 61 251 -
CMYK 0.92 0.76 0 0.02
HSL 229.14º 0.97% 0.53% -
HSV(B) 229.14º 0.92% 0.98% -
XYZ 19.35 10.44 92.26 -
YUV 70.1 230.09 91.55 -
System Red Green Blue C M Y K H S L
Decimal 19 61 251 0.92 0.76 0 0.02 229.14 0.97 0.53
Hex 13 3D FB 5C 4C 0 2 E5 61 35
Octal 23 75 373 134 114 0 2 345 141 65
Binary 10011 111101 11111011 1011100 1001100 0 10 11100101 1100001 110101

Color Harmonies of #133DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133DFB

Black with #133DFB

Text Example


Text Example

White with #133DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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