Html Css Color HEX #537ADF Royal Blue

📋 copy color: '#537ADF'

red 83 ◦ green 122 ◦ blue 223

#537ADF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #537ADF

Tints of Royal Blue #537ADF

RGB

 RED value IS 83 (32.81% from 255) = 19.39%

 GREEN value IS 122 (48.05% from 255) = 28.5%

 BLUE value IS 223 (87.5% from 255) = 52.1%

R = 19.39%
G = 28.5%
B = 52.1%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#537ADF (or 0x537ADF) is known color: Royal Blue. HEX triplet: 53, 7A and DF. RGB value is (83,122,223). Sum of RGB (Red+Green+Blue) = 83+122+223=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #537ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ADF is #AC8520. Grayscale: #797979. Windows color (decimal): -11306273 or 14645843. OLE color: 14645843.

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

Color convert

RGB 83 122 223 -
CMYK 0.63 0.45 0 0.13
HSL 223.29º 0.69% 0.6% -
HSV(B) 223.29º 0.63% 0.87% -
XYZ 23.85 21.09 72.63 -
YUV 121.85 185.08 100.29 -
System Red Green Blue C M Y K H S L
Decimal 83 122 223 0.63 0.45 0 0.13 223.29 0.69 0.6
Hex 53 7A DF 3F 2D 0 D DF 45 3C
Octal 123 172 337 77 55 0 15 337 105 74
Binary 1010011 1111010 11011111 111111 101101 0 1101 11011111 1000101 111100

Color Harmonies of #537ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537ADF

Black with #537ADF

Text Example


Text Example

White with #537ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,122,223); }

 H1.HeaderClassName
 {
   color: #537ADF;
 }
 .AnyTagClassName
 {
   color: #537ADF;
 }
</style>

background-color css

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

 a { background-color: rgb(83,122,223); }

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

border-color css

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

 span { border-color: rgb(83,122,223); }

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