Html Css Color HEX #537ADD Royal Blue

📋 copy color: '#537ADD'

red 83 ◦ green 122 ◦ blue 221

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

Shades of Royal Blue #537ADD

Tints of Royal Blue #537ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.88%

R = 19.48%
G = 28.64%
B = 51.88%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#537ADD (or 0x537ADD) is known color: Royal Blue. HEX triplet: 53, 7A and DD. RGB value is (83,122,221). Sum of RGB (Red+Green+Blue) = 83+122+221=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #537ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ADD is #AC8522. Grayscale: #797979. Windows color (decimal): -11306275 or 14514771. OLE color: 14514771.

HSL color Cylindrical-coordinate representation of color #537ADD: hue angle of 223.04º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #537ADD is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 122 221 -
CMYK 0.62 0.45 0 0.13
HSL 223.04º 0.67% 0.6% -
HSV(B) 223.04º 0.62% 0.87% -
XYZ 23.58 20.98 71.21 -
YUV 121.63 184.08 100.45 -
System Red Green Blue C M Y K H S L
Decimal 83 122 221 0.62 0.45 0 0.13 223.04 0.67 0.6
Hex 53 7A DD 3E 2D 0 D DF 43 3C
Octal 123 172 335 76 55 0 15 337 103 74
Binary 1010011 1111010 11011101 111110 101101 0 1101 11011111 1000011 111100

Color Harmonies of #537ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537ADD

Black with #537ADD

Text Example


Text Example

White with #537ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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