#537FDE

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

Shades of Royal Blue #537FDE

Tints of Royal Blue #537FDE

Color information

#537FDE (or 0x537FDE) is unknown color: approx Royal Blue. HEX triplet: 53, 7F and DE. RGB value is (83,127,222). Sum of RGB (Red+Green+Blue) = 83+127+222=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #537FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FDE is #AC8021. Grayscale: #7C7C7C. Windows color (decimal): -11304994 or 14581587. OLE color: 14581587.

HSL color Cylindrical-coordinate representation of color #537FDE: hue angle of 221.01º 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 #537FDE is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB83127222-
CMYK0.630.4300.13
HSL221.01º67.8%59.8%-
HSV(B)221.01º62.61%87.06%-
XYZ24.3422.2972.13-
YUV124.67182.9298.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.21%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 222 (87.11% from 255) = 51.39%
R=19.21%
G=29.40%
B=51.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal831272220.630.4300.13221.0167.859.8
Hex537FDE3F2B0Ddd443c
Octal123177336775301533510474
Binary101001111111111101111011111110101101101110111011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537FDE; }

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

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

<style>
 a { background-color: #537FDE; }

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

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

<style>
 span { border-color: #537FDE; }

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

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