Html Css Color HEX #153DFB Neon Blue

📋 copy color: '#153DFB'

red 21 ◦ green 61 ◦ blue 251

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

Shades of Neon Blue #153DFB

Tints of Neon Blue #153DFB

RGB

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

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

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

R = 6.31%
G = 18.32%
B = 75.38%

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

#153DFB (or 0x153DFB) is known color: Neon Blue. HEX triplet: 15, 3D and FB. RGB value is (21,61,251). Sum of RGB (Red+Green+Blue) = 21+61+251=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #153DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153DFB is #EAC204. Grayscale: #454545. Windows color (decimal): -15385093 or 16465173. OLE color: 16465173.

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

Color convert

RGB 21 61 251 -
CMYK 0.92 0.76 0 0.02
HSL 229.57º 0.97% 0.53% -
HSV(B) 229.57º 0.92% 0.98% -
XYZ 19.39 10.46 92.26 -
YUV 70.7 229.75 92.55 -
System Red Green Blue C M Y K H S L
Decimal 21 61 251 0.92 0.76 0 0.02 229.57 0.97 0.53
Hex 15 3D FB 5C 4C 0 2 E6 61 35
Octal 25 75 373 134 114 0 2 346 141 65
Binary 10101 111101 11111011 1011100 1001100 0 10 11100110 1100001 110101

Color Harmonies of #153DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153DFB

Black with #153DFB

Text Example


Text Example

White with #153DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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