Html Css Color HEX #506CDB Royal Blue

📋 copy color: '#506CDB'

red 80 ◦ green 108 ◦ blue 219

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

Shades of Royal Blue #506CDB

Tints of Royal Blue #506CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.54%

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

R = 19.66%
G = 26.54%
B = 53.81%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#506CDB (or 0x506CDB) is known color: Royal Blue. HEX triplet: 50, 6C and DB. RGB value is (80,108,219). Sum of RGB (Red+Green+Blue) = 80+108+219=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #506CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CDB is #AF9324. Grayscale: #6F6F6F. Windows color (decimal): -11506469 or 14380112. OLE color: 14380112.

HSL color Cylindrical-coordinate representation of color #506CDB: hue angle of 227.91º 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 #506CDB is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 108 219 -
CMYK 0.63 0.51 0 0.14
HSL 227.91º 0.66% 0.59% -
HSV(B) 227.91º 0.63% 0.86% -
XYZ 21.46 17.55 69.27 -
YUV 112.28 188.22 104.97 -
System Red Green Blue C M Y K H S L
Decimal 80 108 219 0.63 0.51 0 0.14 227.91 0.66 0.59
Hex 50 6C DB 3F 33 0 E E4 42 3B
Octal 120 154 333 77 63 0 16 344 102 73
Binary 1010000 1101100 11011011 111111 110011 0 1110 11100100 1000010 111011

Color Harmonies of #506CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506CDB

Black with #506CDB

Text Example


Text Example

White with #506CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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