Html Css Color HEX #506FD5 Royal Blue

📋 copy color: '#506FD5'

red 80 ◦ green 111 ◦ blue 213

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

Shades of Royal Blue #506FD5

Tints of Royal Blue #506FD5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.48%

 BLUE value IS 213 (83.59% from 255) = 52.72%

R = 19.8%
G = 27.48%
B = 52.72%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#506FD5 (or 0x506FD5) is known color: Royal Blue. HEX triplet: 50, 6F and D5. RGB value is (80,111,213). Sum of RGB (Red+Green+Blue) = 80+111+213=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #506FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FD5 is #AF902A. Grayscale: #707070. Windows color (decimal): -11505707 or 13987664. OLE color: 13987664.

HSL color Cylindrical-coordinate representation of color #506FD5: hue angle of 226.02º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #506FD5 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 111 213 -
CMYK 0.62 0.48 0 0.16
HSL 226.02º 0.61% 0.57% -
HSV(B) 226.02º 0.62% 0.84% -
XYZ 21 17.88 65.29 -
YUV 113.36 184.23 104.21 -
System Red Green Blue C M Y K H S L
Decimal 80 111 213 0.62 0.48 0 0.16 226.02 0.61 0.57
Hex 50 6F D5 3E 30 0 10 E2 3D 39
Octal 120 157 325 76 60 0 20 342 75 71
Binary 1010000 1101111 11010101 111110 110000 0 10000 11100010 111101 111001

Color Harmonies of #506FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506FD5

Black with #506FD5

Text Example


Text Example

White with #506FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,111,213); }

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

background-color css

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

 a { background-color: rgb(80,111,213); }

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

border-color css

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

 span { border-color: rgb(80,111,213); }

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