Html Css Color HEX #537AFC Royal Blue

📋 copy color: '#537AFC'

red 83 ◦ green 122 ◦ blue 252

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

Shades of Royal Blue #537AFC

Tints of Royal Blue #537AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.14%

R = 18.16%
G = 26.7%
B = 55.14%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#537AFC (or 0x537AFC) is known color: Royal Blue. HEX triplet: 53, 7A and FC. RGB value is (83,122,252). Sum of RGB (Red+Green+Blue) = 83+122+252=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #537AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537AFC is #AC8503. Grayscale: #7C7C7C. Windows color (decimal): -11306244 or 16546387. OLE color: 16546387.

HSL color Cylindrical-coordinate representation of color #537AFC: hue angle of 226.15º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #537AFC is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 122 252 -
CMYK 0.67 0.52 0 0.01
HSL 226.15º 0.97% 0.66% -
HSV(B) 226.15º 0.67% 0.99% -
XYZ 28.1 22.79 95.01 -
YUV 125.16 199.58 97.93 -
System Red Green Blue C M Y K H S L
Decimal 83 122 252 0.67 0.52 0 0.01 226.15 0.97 0.66
Hex 53 7A FC 43 34 0 1 E2 61 42
Octal 123 172 374 103 64 0 1 342 141 102
Binary 1010011 1111010 11111100 1000011 110100 0 1 11100010 1100001 1000010

Color Harmonies of #537AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537AFC

Black with #537AFC

Text Example


Text Example

White with #537AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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