Html Css Color HEX #506BD8 Royal Blue

📋 copy color: '#506BD8'

red 80 ◦ green 107 ◦ blue 216

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

Shades of Royal Blue #506BD8

Tints of Royal Blue #506BD8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.55%

 BLUE value IS 216 (84.77% from 255) = 53.6%

R = 19.85%
G = 26.55%
B = 53.6%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#506BD8 (or 0x506BD8) is known color: Royal Blue. HEX triplet: 50, 6B and D8. RGB value is (80,107,216). Sum of RGB (Red+Green+Blue) = 80+107+216=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 216 (84.77% from 255 or 53.60% from 403); Max value from RGB is 216 - color contains mainly: blue. Hex color #506BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BD8 is #AF9427. Grayscale: #6E6E6E. Windows color (decimal): -11506728 or 14183248. OLE color: 14183248.

HSL color Cylindrical-coordinate representation of color #506BD8: hue angle of 228.09º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #506BD8 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 107 216 -
CMYK 0.63 0.50 0 0.15
HSL 228.09º 0.64% 0.58% -
HSV(B) 228.09º 0.63% 0.85% -
XYZ 20.96 17.18 67.18 -
YUV 111.35 187.05 105.64 -
System Red Green Blue C M Y K H S L
Decimal 80 107 216 0.63 0.50 0 0.15 228.09 0.64 0.58
Hex 50 6B D8 3F 32 0 F E4 40 3A
Octal 120 153 330 77 62 0 17 344 100 72
Binary 1010000 1101011 11011000 111111 110010 0 1111 11100100 1000000 111010

Color Harmonies of #506BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506BD8

Black with #506BD8

Text Example


Text Example

White with #506BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,107,216); }

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

background-color css

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

 a { background-color: rgb(80,107,216); }

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

border-color css

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

 span { border-color: rgb(80,107,216); }

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