#506BCC

Color #506BCC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #506BCC

Tints of Royal Blue #506BCC

Color information

#506BCC (or 0x506BCC) is unknown color: approx Royal Blue. HEX triplet: 50, 6B and CC. RGB value is (80,107,204). Sum of RGB (Red+Green+Blue) = 80+107+204=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #506BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BCC is #AF9433. Grayscale: #6D6D6D. Windows color (decimal): -11506740 or 13396816. OLE color: 13396816.

HSL color Cylindrical-coordinate representation of color #506BCC: hue angle of 226.94º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #506BCC is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB80107204-
CMYK0.610.4800.2
HSL226.94º54.87%55.69%-
HSV(B)226.94º60.78%80%-
XYZ19.4716.5859.3-
YUV109.98181.05106.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.46%
GREEN value IS 107 (42.19% from 255) = 27.37%
BLUE value IS 204 (80.08% from 255) = 52.17%
R=20.46%
G=27.37%
B=52.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal801072040.610.4800.2226.9454.8755.69
Hex506BCC3D30014e33738
Octal12015331475600243436770
Binary101000011010111100110011110111000001010011100011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #506BCC;
 }
 .AnyTagClassName
 {
   color: #506BCC;
 }
</style>
background-color css

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

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

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

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

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

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