#536ed7

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

Shades of Royal Blue #536ED7

Tints of Royal Blue #536ED7

Color information

#536ED7 (or 0x536ED7) is unknown color: approx Royal Blue. HEX triplet: 53, 6E and D7. RGB value is (83,110,215). Sum of RGB (Red+Green+Blue) = 83+110+215=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 215 (84.38% from 255 or 52.70% from 408); Max value from RGB is 215 - color contains mainly: blue. Hex color #536ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536ED7 is #AC9128. Grayscale: #717171. Windows color (decimal): -11309353 or 14118483. OLE color: 14118483.

HSL color Cylindrical-coordinate representation of color #536ED7: hue angle of 227.73º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #536ED7 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB83110215-
CMYK0.610.4900.16
HSL227.73º62.26%58.43%-
HSV(B)227.73º61.4%84.31%-
XYZ21.4117.966.62-
YUV113.9185.05105.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.34%
GREEN value IS 110 (43.36% from 255) = 26.96%
BLUE value IS 215 (84.38% from 255) = 52.70%
R=20.34%
G=26.96%
B=52.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal831102150.610.4900.16227.7362.2658.43
Hex536ED73D31010e43e3a
Octal12315632775610203447672
Binary101001111011101101011111110111000101000011100100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536ed7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536ed7; }

 p { color: rgb(83,110,215); }

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

<style>
 a { background-color: #536ed7; }

 a { background-color: rgb(83,110,215); }

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

<style>
 span { border-color: #536ed7; }

 span { border-color: rgb(83,110,215); }

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