Html Css Color HEX #506ADB Royal Blue

📋 copy color: '#506ADB'

red 80 ◦ green 106 ◦ blue 219

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

Shades of Royal Blue #506ADB

Tints of Royal Blue #506ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.17%

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

R = 19.75%
G = 26.17%
B = 54.07%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#506ADB (or 0x506ADB) is known color: Royal Blue. HEX triplet: 50, 6A and DB. RGB value is (80,106,219). Sum of RGB (Red+Green+Blue) = 80+106+219=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #506ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506ADB is #AF9524. Grayscale: #6E6E6E. Windows color (decimal): -11506981 or 14379600. OLE color: 14379600.

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

Color convert

RGB 80 106 219 -
CMYK 0.63 0.52 0 0.14
HSL 228.78º 0.66% 0.59% -
HSV(B) 228.78º 0.63% 0.86% -
XYZ 21.25 17.13 69.2 -
YUV 111.11 188.89 105.81 -
System Red Green Blue C M Y K H S L
Decimal 80 106 219 0.63 0.52 0 0.14 228.78 0.66 0.59
Hex 50 6A DB 3F 34 0 E E5 42 3B
Octal 120 152 333 77 64 0 16 345 102 73
Binary 1010000 1101010 11011011 111111 110100 0 1110 11100101 1000010 111011

Color Harmonies of #506ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506ADB

Black with #506ADB

Text Example


Text Example

White with #506ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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