#537BF0

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

Shades of Royal Blue #537BF0

Tints of Royal Blue #537BF0

Color information

#537BF0 (or 0x537BF0) is unknown color: approx Royal Blue. HEX triplet: 53, 7B and F0. RGB value is (83,123,240). Sum of RGB (Red+Green+Blue) = 83+123+240=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #537BF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537BF0 is #AC840F. Grayscale: #7B7B7B. Windows color (decimal): -11306000 or 15760211. OLE color: 15760211.

HSL color Cylindrical-coordinate representation of color #537BF0: hue angle of 224.71º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #537BF0 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB83123240-
CMYK0.650.4900.06
HSL224.71º83.96%63.33%-
HSV(B)224.71º65.42%94.12%-
XYZ26.3822.385.35-
YUV124.38193.2598.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.61%
GREEN value IS 123 (48.44% from 255) = 27.58%
BLUE value IS 240 (94.14% from 255) = 53.81%
R=18.61%
G=27.58%
B=53.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal831232400.650.4900.06224.7183.9663.33
Hex537BF0413106e1543f
Octal123173360101610634112477
Binary101001111110111111000010000011100010110111000011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,123,240); }

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

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

 a { background-color: rgb(83,123,240); }

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

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

 span { border-color: rgb(83,123,240); }

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