Html Css Color HEX #505CDB Royal Blue

📋 copy color: '#505CDB'

red 80 ◦ green 92 ◦ blue 219

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

Shades of Royal Blue #505CDB

Tints of Royal Blue #505CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.53%

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

R = 20.46%
G = 23.53%
B = 56.01%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#505CDB (or 0x505CDB) is known color: Royal Blue. HEX triplet: 50, 5C and DB. RGB value is (80,92,219). Sum of RGB (Red+Green+Blue) = 80+92+219=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #505CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CDB is #AFA324. Grayscale: #666666. Windows color (decimal): -11510565 or 14376016. OLE color: 14376016.

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

Color convert

RGB 80 92 219 -
CMYK 0.63 0.58 0 0.14
HSL 234.82º 0.66% 0.59% -
HSV(B) 234.82º 0.63% 0.86% -
XYZ 19.92 14.47 68.76 -
YUV 102.89 193.52 111.67 -
System Red Green Blue C M Y K H S L
Decimal 80 92 219 0.63 0.58 0 0.14 234.82 0.66 0.59
Hex 50 5C DB 3F 3A 0 E EB 42 3B
Octal 120 134 333 77 72 0 16 353 102 73
Binary 1010000 1011100 11011011 111111 111010 0 1110 11101011 1000010 111011

Color Harmonies of #505CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505CDB

Black with #505CDB

Text Example


Text Example

White with #505CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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