#506CCB

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

Shades of Royal Blue #506CCB

Tints of Royal Blue #506CCB

Color information

#506CCB (or 0x506CCB) is unknown color: approx Royal Blue. HEX triplet: 50, 6C and CB. RGB value is (80,108,203). Sum of RGB (Red+Green+Blue) = 80+108+203=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #506CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CCB is #AF9334. Grayscale: #6E6E6E. Windows color (decimal): -11506485 or 13331536. OLE color: 13331536.

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

Color convert

RGB80108203-
CMYK0.610.4700.20
HSL226.34º54.19%55.49%-
HSV(B)226.34º60.59%79.61%-
XYZ19.4516.7458.71-
YUV110.46180.22106.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.46%
GREEN value IS 108 (42.58% from 255) = 27.62%
BLUE value IS 203 (79.69% from 255) = 51.92%
R=20.46%
G=27.62%
B=51.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal801082030.610.4700.20226.3454.1955.49
Hex506CCB3D2F014e23637
Octal12015431375570243426667
Binary101000011011001100101111110110111101010011100010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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