Html Css Color HEX #537AF7 Royal Blue

📋 copy color: '#537AF7'

red 83 ◦ green 122 ◦ blue 247

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

Shades of Royal Blue #537AF7

Tints of Royal Blue #537AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 54.65%

R = 18.36%
G = 26.99%
B = 54.65%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#537AF7 (or 0x537AF7) is known color: Royal Blue. HEX triplet: 53, 7A and F7. RGB value is (83,122,247). Sum of RGB (Red+Green+Blue) = 83+122+247=452 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.36% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 247 (96.88% from 255 or 54.65% from 452); Max value from RGB is 247 - color contains mainly: blue. Hex color #537AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537AF7 is #AC8508. Grayscale: #7C7C7C. Windows color (decimal): -11306249 or 16218707. OLE color: 16218707.

HSL color Cylindrical-coordinate representation of color #537AF7: hue angle of 225.73º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #537AF7 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 83 122 247 -
CMYK 0.66 0.51 0 0.03
HSL 225.73º 0.91% 0.65% -
HSV(B) 225.73º 0.66% 0.97% -
XYZ 27.32 22.47 90.89 -
YUV 124.59 197.08 98.34 -
System Red Green Blue C M Y K H S L
Decimal 83 122 247 0.66 0.51 0 0.03 225.73 0.91 0.65
Hex 53 7A F7 42 33 0 3 E2 5B 41
Octal 123 172 367 102 63 0 3 342 133 101
Binary 1010011 1111010 11110111 1000010 110011 0 11 11100010 1011011 1000001

Color Harmonies of #537AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537AF7

Black with #537AF7

Text Example


Text Example

White with #537AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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