#506FE4

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

Shades of Royal Blue #506FE4

Tints of Royal Blue #506FE4

Color information

#506FE4 (or 0x506FE4) is unknown color: approx Royal Blue. HEX triplet: 50, 6F and E4. RGB value is (80,111,228). Sum of RGB (Red+Green+Blue) = 80+111+228=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 228 (89.45% from 255 or 54.42% from 419); Max value from RGB is 228 - color contains mainly: blue. Hex color #506FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FE4 is #AF901B. Grayscale: #727272. Windows color (decimal): -11505692 or 14970704. OLE color: 14970704.

HSL color Cylindrical-coordinate representation of color #506FE4: hue angle of 227.43º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #506FE4 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB80111228-
CMYK0.650.5100.11
HSL227.43º73.27%60.39%-
HSV(B)227.43º64.91%89.41%-
XYZ2318.6875.79-
YUV115.07191.73102.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.09%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 228 (89.45% from 255) = 54.42%
R=19.09%
G=26.49%
B=54.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal801112280.650.5100.11227.4373.2760.39
Hex506FE441330Be3493c
Octal1201573441016301334311174
Binary1010000110111111100100100000111001101011111000111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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