Html Css Color HEX #133BFA Neon Blue

📋 copy color: '#133BFA'

red 19 ◦ green 59 ◦ blue 250

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

Shades of Neon Blue #133BFA

Tints of Neon Blue #133BFA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.99%

 BLUE value IS 250 (98.05% from 255) = 76.22%

R = 5.79%
G = 17.99%
B = 76.22%

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

#133BFA (or 0x133BFA) is known color: Neon Blue. HEX triplet: 13, 3B and FA. RGB value is (19,59,250). Sum of RGB (Red+Green+Blue) = 19+59+250=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 250 (98.05% from 255 or 76.22% from 328); Max value from RGB is 250 - color contains mainly: blue. Hex color #133BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133BFA is #ECC405. Grayscale: #444444. Windows color (decimal): -15516678 or 16399123. OLE color: 16399123.

HSL color Cylindrical-coordinate representation of color #133BFA: hue angle of 229.61º degrees, saturation: 0.96, 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 #133BFA is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 59 250 -
CMYK 0.92 0.76 0 0.02
HSL 229.61º 0.96% 0.53% -
HSV(B) 229.61º 0.92% 0.98% -
XYZ 19.09 10.17 91.4 -
YUV 68.81 230.25 92.47 -
System Red Green Blue C M Y K H S L
Decimal 19 59 250 0.92 0.76 0 0.02 229.61 0.96 0.53
Hex 13 3B FA 5C 4C 0 2 E6 60 35
Octal 23 73 372 134 114 0 2 346 140 65
Binary 10011 111011 11111010 1011100 1001100 0 10 11100110 1100000 110101

Color Harmonies of #133BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133BFA

Black with #133BFA

Text Example


Text Example

White with #133BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,59,250); }

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

background-color css

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

 a { background-color: rgb(19,59,250); }

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

border-color css

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

 span { border-color: rgb(19,59,250); }

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