Html Css Color HEX #537AED Royal Blue

📋 copy color: '#537AED'

red 83 ◦ green 122 ◦ blue 237

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

Shades of Royal Blue #537AED

Tints of Royal Blue #537AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.62%

R = 18.78%
G = 27.6%
B = 53.62%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#537AED (or 0x537AED) is known color: Royal Blue. HEX triplet: 53, 7A and ED. RGB value is (83,122,237). Sum of RGB (Red+Green+Blue) = 83+122+237=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #537AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537AED is #AC8512. Grayscale: #7A7A7A. Windows color (decimal): -11306259 or 15563347. OLE color: 15563347.

HSL color Cylindrical-coordinate representation of color #537AED: hue angle of 224.81º degrees, saturation: 0.81, 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 #537AED is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 122 237 -
CMYK 0.65 0.49 0 0.07
HSL 224.81º 0.81% 0.63% -
HSV(B) 224.81º 0.65% 0.93% -
XYZ 25.81 21.87 82.98 -
YUV 123.45 192.08 99.15 -
System Red Green Blue C M Y K H S L
Decimal 83 122 237 0.65 0.49 0 0.07 224.81 0.81 0.63
Hex 53 7A ED 41 31 0 7 E1 51 3F
Octal 123 172 355 101 61 0 7 341 121 77
Binary 1010011 1111010 11101101 1000001 110001 0 111 11100001 1010001 111111

Color Harmonies of #537AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537AED

Black with #537AED

Text Example


Text Example

White with #537AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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