#506FCB

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

Shades of Royal Blue #506FCB

Tints of Royal Blue #506FCB

Color information

#506FCB (or 0x506FCB) is unknown color: approx Royal Blue. HEX triplet: 50, 6F and CB. RGB value is (80,111,203). Sum of RGB (Red+Green+Blue) = 80+111+203=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #506FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FCB is #AF9034. Grayscale: #6F6F6F. Windows color (decimal): -11505717 or 13332304. OLE color: 13332304.

HSL color Cylindrical-coordinate representation of color #506FCB: hue angle of 224.88º 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 #506FCB is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB80111203-
CMYK0.610.4500.20
HSL224.88º54.19%55.49%-
HSV(B)224.88º60.59%79.61%-
XYZ19.7717.3958.81-
YUV112.22179.23105.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.30%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 203 (79.69% from 255) = 51.52%
R=20.30%
G=28.17%
B=51.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal801112030.610.4500.20224.8854.1955.49
Hex506FCB3D2D014e13637
Octal12015731375550243416667
Binary101000011011111100101111110110110101010011100001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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