Html Css Color HEX #153EFB Neon Blue

📋 copy color: '#153EFB'

red 21 ◦ green 62 ◦ blue 251

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

Shades of Neon Blue #153EFB

Tints of Neon Blue #153EFB

RGB

 RED value IS 21 (8.59% from 255) = 6.29%

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

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

R = 6.29%
G = 18.56%
B = 75.15%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#153EFB (or 0x153EFB) is known color: Neon Blue. HEX triplet: 15, 3E and FB. RGB value is (21,62,251). Sum of RGB (Red+Green+Blue) = 21+62+251=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #153EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153EFB is #EAC104. Grayscale: #464646. Windows color (decimal): -15384837 or 16465429. OLE color: 16465429.

HSL color Cylindrical-coordinate representation of color #153EFB: hue angle of 229.3º 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 #153EFB is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 62 251 -
CMYK 0.92 0.75 0 0.02
HSL 229.3º 0.97% 0.53% -
HSV(B) 229.3º 0.92% 0.98% -
XYZ 19.44 10.57 92.28 -
YUV 71.29 229.42 92.13 -
System Red Green Blue C M Y K H S L
Decimal 21 62 251 0.92 0.75 0 0.02 229.3 0.97 0.53
Hex 15 3E FB 5C 4B 0 2 E5 61 35
Octal 25 76 373 134 113 0 2 345 141 65
Binary 10101 111110 11111011 1011100 1001011 0 10 11100101 1100001 110101

Color Harmonies of #153EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153EFB

Black with #153EFB

Text Example


Text Example

White with #153EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153EFB; }

 p { color: rgb(21,62,251); }

 H1.HeaderClassName
 {
   color: #153EFB;
 }
 .AnyTagClassName
 {
   color: #153EFB;
 }
</style>

background-color css

<style>
 a { background-color: #153EFB; }

 a { background-color: rgb(21,62,251); }

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

border-color css

<style>
 span { border-color: #153EFB; }

 span { border-color: rgb(21,62,251); }

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