Html Css Color HEX #537AEC Royal Blue

📋 copy color: '#537AEC'

red 83 ◦ green 122 ◦ blue 236

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

Shades of Royal Blue #537AEC

Tints of Royal Blue #537AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.51%

R = 18.82%
G = 27.66%
B = 53.51%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#537AEC (or 0x537AEC) is known color: Royal Blue. HEX triplet: 53, 7A and EC. RGB value is (83,122,236). Sum of RGB (Red+Green+Blue) = 83+122+236=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #537AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537AEC is #AC8513. Grayscale: #7A7A7A. Windows color (decimal): -11306260 or 15497811. OLE color: 15497811.

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

Color convert

RGB 83 122 236 -
CMYK 0.65 0.48 0 0.07
HSL 224.71º 0.8% 0.63% -
HSV(B) 224.71º 0.65% 0.93% -
XYZ 25.67 21.81 82.21 -
YUV 123.34 191.58 99.23 -
System Red Green Blue C M Y K H S L
Decimal 83 122 236 0.65 0.48 0 0.07 224.71 0.8 0.63
Hex 53 7A EC 41 30 0 7 E1 50 3F
Octal 123 172 354 101 60 0 7 341 120 77
Binary 1010011 1111010 11101100 1000001 110000 0 111 11100001 1010000 111111

Color Harmonies of #537AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537AEC

Black with #537AEC

Text Example


Text Example

White with #537AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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