Html Css Color HEX #537BF7 Royal Blue

📋 copy color: '#537BF7'

red 83 ◦ green 123 ◦ blue 247

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

Shades of Royal Blue #537BF7

Tints of Royal Blue #537BF7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.15%

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

R = 18.32%
G = 27.15%
B = 54.53%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#537BF7 (or 0x537BF7) is known color: Royal Blue. HEX triplet: 53, 7B and F7. RGB value is (83,123,247). Sum of RGB (Red+Green+Blue) = 83+123+247=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 247 (96.88% from 255 or 54.53% from 453); Max value from RGB is 247 - color contains mainly: blue. Hex color #537BF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537BF7 is #AC8408. Grayscale: #7C7C7C. Windows color (decimal): -11305993 or 16218963. OLE color: 16218963.

HSL color Cylindrical-coordinate representation of color #537BF7: hue angle of 225.37º 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 #537BF7 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 83 123 247 -
CMYK 0.66 0.50 0 0.03
HSL 225.37º 0.91% 0.65% -
HSV(B) 225.37º 0.66% 0.97% -
XYZ 27.44 22.72 90.93 -
YUV 125.18 196.75 97.92 -
System Red Green Blue C M Y K H S L
Decimal 83 123 247 0.66 0.50 0 0.03 225.37 0.91 0.65
Hex 53 7B F7 42 32 0 3 E1 5B 41
Octal 123 173 367 102 62 0 3 341 133 101
Binary 1010011 1111011 11110111 1000010 110010 0 11 11100001 1011011 1000001

Color Harmonies of #537BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BF7

Black with #537BF7

Text Example


Text Example

White with #537BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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