Html Css Color HEX #153DF8 Neon Blue

📋 copy color: '#153DF8'

red 21 ◦ green 61 ◦ blue 248

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

Shades of Neon Blue #153DF8

Tints of Neon Blue #153DF8

RGB

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

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

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

R = 6.36%
G = 18.48%
B = 75.15%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#153DF8 (or 0x153DF8) is known color: Neon Blue. HEX triplet: 15, 3D and F8. RGB value is (21,61,248). Sum of RGB (Red+Green+Blue) = 21+61+248=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 248 (97.27% from 255 or 75.15% from 330); Max value from RGB is 248 - color contains mainly: blue. Hex color #153DF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153DF8 is #EAC207. Grayscale: #454545. Windows color (decimal): -15385096 or 16268565. OLE color: 16268565.

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

Color convert

RGB 21 61 248 -
CMYK 0.92 0.75 0 0.03
HSL 229.43º 0.94% 0.53% -
HSV(B) 229.43º 0.92% 0.97% -
XYZ 18.92 10.27 89.79 -
YUV 70.36 228.25 92.79 -
System Red Green Blue C M Y K H S L
Decimal 21 61 248 0.92 0.75 0 0.03 229.43 0.94 0.53
Hex 15 3D F8 5C 4B 0 3 E5 5E 35
Octal 25 75 370 134 113 0 3 345 136 65
Binary 10101 111101 11111000 1011100 1001011 0 11 11100101 1011110 110101

Color Harmonies of #153DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153DF8

Black with #153DF8

Text Example


Text Example

White with #153DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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