#536DD7

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

Shades of Royal Blue #536DD7

Tints of Royal Blue #536DD7

Color information

#536DD7 (or 0x536DD7) is unknown color: approx Royal Blue. HEX triplet: 53, 6D and D7. RGB value is (83,109,215). Sum of RGB (Red+Green+Blue) = 83+109+215=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 215 (84.38% from 255 or 52.83% from 407); Max value from RGB is 215 - color contains mainly: blue. Hex color #536DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536DD7 is #AC9228. Grayscale: #707070. Windows color (decimal): -11309609 or 14118227. OLE color: 14118227.

HSL color Cylindrical-coordinate representation of color #536DD7: hue angle of 228.18º 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 #536DD7 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB83109215-
CMYK0.610.4900.16
HSL228.18º62.26%58.43%-
HSV(B)228.18º61.4%84.31%-
XYZ21.317.6866.58-
YUV113.31185.39106.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.39%
GREEN value IS 109 (42.97% from 255) = 26.78%
BLUE value IS 215 (84.38% from 255) = 52.83%
R=20.39%
G=26.78%
B=52.83%

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
Decimal831092150.610.4900.16228.1862.2658.43
Hex536DD73D31010e43e3a
Octal12315532775610203447672
Binary101001111011011101011111110111000101000011100100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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