#506DEA

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

Shades of Royal Blue #506DEA

Tints of Royal Blue #506DEA

Color information

#506DEA (or 0x506DEA) is unknown color: approx Royal Blue. HEX triplet: 50, 6D and EA. RGB value is (80,109,234). Sum of RGB (Red+Green+Blue) = 80+109+234=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #506DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506DEA is #AF9215. Grayscale: #727272. Windows color (decimal): -11506198 or 15363408. OLE color: 15363408.

HSL color Cylindrical-coordinate representation of color #506DEA: hue angle of 228.7º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #506DEA is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB80109234-
CMYK0.660.5300.08
HSL228.7º78.57%61.57%-
HSV(B)228.7º65.81%91.76%-
XYZ23.6318.5880.18-
YUV114.58195.39103.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.91%
GREEN value IS 109 (42.97% from 255) = 25.77%
BLUE value IS 234 (91.80% from 255) = 55.32%
R=18.91%
G=25.77%
B=55.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal801092340.660.5300.08228.778.5761.57
Hex506DEA423508e54f3e
Octal1201553521026501034511776
Binary1010000110110111101010100001011010101000111001011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,109,234); }

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

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

 a { background-color: rgb(80,109,234); }

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

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

 span { border-color: rgb(80,109,234); }

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