#536FD4

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

Shades of Royal Blue #536FD4

Tints of Royal Blue #536FD4

Color information

#536FD4 (or 0x536FD4) is unknown color: approx Royal Blue. HEX triplet: 53, 6F and D4. RGB value is (83,111,212). Sum of RGB (Red+Green+Blue) = 83+111+212=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 212 (83.20% from 255 or 52.22% from 406); Max value from RGB is 212 - color contains mainly: blue. Hex color #536FD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536FD4 is #AC902B. Grayscale: #717171. Windows color (decimal): -11309100 or 13922131. OLE color: 13922131.

HSL color Cylindrical-coordinate representation of color #536FD4: hue angle of 226.98º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #536FD4 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB83111212-
CMYK0.610.4800.17
HSL226.98º60%57.84%-
HSV(B)226.98º60.85%83.14%-
XYZ21.1417.9664.64-
YUV114.14183.22105.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.44%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 212 (83.20% from 255) = 52.22%
R=20.44%
G=27.34%
B=52.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal831112120.610.4800.17226.986057.84
Hex536FD43D30011e33c3a
Octal12315732475600213437472
Binary101001111011111101010011110111000001000111100011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,111,212); }

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

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

 a { background-color: rgb(83,111,212); }

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

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

 span { border-color: rgb(83,111,212); }

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