Html Css Color HEX #503CDB Neon Blue

📋 copy color: '#503CDB'

red 80 ◦ green 60 ◦ blue 219

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

Shades of Neon Blue #503CDB

Tints of Neon Blue #503CDB

RGB

 RED value IS 80 (31.64% from 255) = 22.28%

 GREEN value IS 60 (23.83% from 255) = 16.71%

 BLUE value IS 219 (85.94% from 255) = 61%

R = 22.28%
G = 16.71%
B = 61%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#503CDB (or 0x503CDB) is known color: Neon Blue. HEX triplet: 50, 3C and DB. RGB value is (80,60,219). Sum of RGB (Red+Green+Blue) = 80+60+219=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #503CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503CDB is #AFC324. Grayscale: #535353. Windows color (decimal): -11518757 or 14367824. OLE color: 14367824.

HSL color Cylindrical-coordinate representation of color #503CDB: hue angle of 247.55º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #503CDB is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 60 219 -
CMYK 0.63 0.73 0 0.14
HSL 247.55º 0.69% 0.55% -
HSV(B) 247.55º 0.73% 0.86% -
XYZ 17.71 10.05 68.02 -
YUV 84.11 204.13 125.07 -
System Red Green Blue C M Y K H S L
Decimal 80 60 219 0.63 0.73 0 0.14 247.55 0.69 0.55
Hex 50 3C DB 3F 49 0 E F8 45 37
Octal 120 74 333 77 111 0 16 370 105 67
Binary 1010000 111100 11011011 111111 1001001 0 1110 11111000 1000101 110111

Color Harmonies of #503CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503CDB

Black with #503CDB

Text Example


Text Example

White with #503CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503CDB; }

 p { color: rgb(80,60,219); }

 H1.HeaderClassName
 {
   color: #503CDB;
 }
 .AnyTagClassName
 {
   color: #503CDB;
 }
</style>

background-color css

<style>
 a { background-color: #503CDB; }

 a { background-color: rgb(80,60,219); }

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

border-color css

<style>
 span { border-color: #503CDB; }

 span { border-color: rgb(80,60,219); }

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