Html Css Color HEX #153AF8 Neon Blue

📋 copy color: '#153AF8'

red 21 ◦ green 58 ◦ blue 248

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

Shades of Neon Blue #153AF8

Tints of Neon Blue #153AF8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.74%

 BLUE value IS 248 (97.27% from 255) = 75.84%

R = 6.42%
G = 17.74%
B = 75.84%

CMYK

 C value IS 0.92

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#153AF8 (or 0x153AF8) is known color: Neon Blue. HEX triplet: 15, 3A and F8. RGB value is (21,58,248). Sum of RGB (Red+Green+Blue) = 21+58+248=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 248 (97.27% from 255 or 75.84% from 327); Max value from RGB is 248 - color contains mainly: blue. Hex color #153AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153AF8 is #EAC507. Grayscale: #434343. Windows color (decimal): -15385864 or 16267797. OLE color: 16267797.

HSL color Cylindrical-coordinate representation of color #153AF8: hue angle of 230.22º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #153AF8 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 58 248 -
CMYK 0.92 0.77 0 0.03
HSL 230.22º 0.94% 0.53% -
HSV(B) 230.22º 0.92% 0.97% -
XYZ 18.77 9.96 89.74 -
YUV 68.6 229.24 94.05 -
System Red Green Blue C M Y K H S L
Decimal 21 58 248 0.92 0.77 0 0.03 230.22 0.94 0.53
Hex 15 3A F8 5C 4D 0 3 E6 5E 35
Octal 25 72 370 134 115 0 3 346 136 65
Binary 10101 111010 11111000 1011100 1001101 0 11 11100110 1011110 110101

Color Harmonies of #153AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153AF8

Black with #153AF8

Text Example


Text Example

White with #153AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,58,248); }

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

background-color css

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

 a { background-color: rgb(21,58,248); }

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

border-color css

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

 span { border-color: rgb(21,58,248); }

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