#536ed0

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

Shades of Royal Blue #536ED0

Tints of Royal Blue #536ED0

Color information

#536ED0 (or 0x536ED0) is unknown color: approx Royal Blue. HEX triplet: 53, 6E and D0. RGB value is (83,110,208). Sum of RGB (Red+Green+Blue) = 83+110+208=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #536ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536ED0 is #AC912F. Grayscale: #707070. Windows color (decimal): -11309360 or 13659731. OLE color: 13659731.

HSL color Cylindrical-coordinate representation of color #536ED0: hue angle of 227.04º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #536ED0 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB83110208-
CMYK0.600.4700.18
HSL227.04º57.08%57.06%-
HSV(B)227.04º60.1%81.57%-
XYZ20.5317.5461.98-
YUV113.1181.55106.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.70%
GREEN value IS 110 (43.36% from 255) = 27.43%
BLUE value IS 208 (81.64% from 255) = 51.87%
R=20.70%
G=27.43%
B=51.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal831102080.600.4700.18227.0457.0857.06
Hex536ED03C2F012e33939
Octal12315632074570223437171
Binary101001111011101101000011110010111101001011100011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536ed0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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