#536DDE

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

Shades of Royal Blue #536DDE

Tints of Royal Blue #536DDE

Color information

#536DDE (or 0x536DDE) is unknown color: approx Royal Blue. HEX triplet: 53, 6D and DE. RGB value is (83,109,222). Sum of RGB (Red+Green+Blue) = 83+109+222=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #536DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536DDE is #AC9221. Grayscale: #717171. Windows color (decimal): -11309602 or 14576979. OLE color: 14576979.

HSL color Cylindrical-coordinate representation of color #536DDE: hue angle of 228.78º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #536DDE is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB83109222-
CMYK0.630.5100.13
HSL228.78º67.8%59.8%-
HSV(B)228.78º62.61%87.06%-
XYZ22.2218.0571.42-
YUV114.11188.89105.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.05%
GREEN value IS 109 (42.97% from 255) = 26.33%
BLUE value IS 222 (87.11% from 255) = 53.62%
R=20.05%
G=26.33%
B=53.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal831092220.630.5100.13228.7867.859.8
Hex536DDE3F330De5443c
Octal123155336776301534510474
Binary101001111011011101111011111111001101101111001011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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