Html Css Color HEX #153BFA Neon Blue

📋 copy color: '#153BFA'

red 21 ◦ green 59 ◦ blue 250

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

Shades of Neon Blue #153BFA

Tints of Neon Blue #153BFA

RGB

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

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

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

R = 6.36%
G = 17.88%
B = 75.76%

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

#153BFA (or 0x153BFA) is known color: Neon Blue. HEX triplet: 15, 3B and FA. RGB value is (21,59,250). Sum of RGB (Red+Green+Blue) = 21+59+250=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #153BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153BFA is #EAC405. Grayscale: #444444. Windows color (decimal): -15385606 or 16399125. OLE color: 16399125.

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

Color convert

RGB 21 59 250 -
CMYK 0.92 0.76 0 0.02
HSL 230.04º 0.96% 0.53% -
HSV(B) 230.04º 0.92% 0.98% -
XYZ 19.13 10.19 91.4 -
YUV 69.41 229.91 93.47 -
System Red Green Blue C M Y K H S L
Decimal 21 59 250 0.92 0.76 0 0.02 230.04 0.96 0.53
Hex 15 3B FA 5C 4C 0 2 E6 60 35
Octal 25 73 372 134 114 0 2 346 140 65
Binary 10101 111011 11111010 1011100 1001100 0 10 11100110 1100000 110101

Color Harmonies of #153BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BFA

Black with #153BFA

Text Example


Text Example

White with #153BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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