#537DEF

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

Shades of Royal Blue #537DEF

Tints of Royal Blue #537DEF

Color information

#537DEF (or 0x537DEF) is unknown color: approx Royal Blue. HEX triplet: 53, 7D and EF. RGB value is (83,125,239). Sum of RGB (Red+Green+Blue) = 83+125+239=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #537DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537DEF is #AC8210. Grayscale: #7C7C7C. Windows color (decimal): -11305489 or 15695187. OLE color: 15695187.

HSL color Cylindrical-coordinate representation of color #537DEF: hue angle of 223.85º degrees, saturation: 0.83, 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 #537DEF is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB83125239-
CMYK0.650.4800.06
HSL223.85º82.98%63.14%-
HSV(B)223.85º65.27%93.73%-
XYZ26.4822.7484.65-
YUV125.44192.0997.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.57%
GREEN value IS 125 (49.22% from 255) = 27.96%
BLUE value IS 239 (93.75% from 255) = 53.47%
R=18.57%
G=27.96%
B=53.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal831252390.650.4800.06223.8582.9863.14
Hex537DEF413006e0533f
Octal123175357101600634012377
Binary101001111111011110111110000011100000110111000001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,125,239); }

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

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

 a { background-color: rgb(83,125,239); }

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

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

 span { border-color: rgb(83,125,239); }

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