Html Css Color HEX #537AF4 Royal Blue

📋 copy color: '#537AF4'

red 83 ◦ green 122 ◦ blue 244

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

Shades of Royal Blue #537AF4

Tints of Royal Blue #537AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 54.34%

R = 18.49%
G = 27.17%
B = 54.34%

CMYK

 C value IS 0.66

 M value IS 0.5

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#537AF4 (or 0x537AF4) is known color: Royal Blue. HEX triplet: 53, 7A and F4. RGB value is (83,122,244). Sum of RGB (Red+Green+Blue) = 83+122+244=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 244 (95.70% from 255 or 54.34% from 449); Max value from RGB is 244 - color contains mainly: blue. Hex color #537AF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537AF4 is #AC850B. Grayscale: #7B7B7B. Windows color (decimal): -11306252 or 16022099. OLE color: 16022099.

HSL color Cylindrical-coordinate representation of color #537AF4: hue angle of 225.47º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #537AF4 is Cyan = 0.66, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 122 244 -
CMYK 0.66 0.5 0 0.04
HSL 225.47º 0.88% 0.64% -
HSV(B) 225.47º 0.66% 0.96% -
XYZ 26.86 22.29 88.47 -
YUV 124.25 195.58 98.58 -
System Red Green Blue C M Y K H S L
Decimal 83 122 244 0.66 0.5 0 0.04 225.47 0.88 0.64
Hex 53 7A F4 42 32 0 4 E1 58 40
Octal 123 172 364 102 62 0 4 341 130 100
Binary 1010011 1111010 11110100 1000010 110010 0 100 11100001 1011000 1000000

Color Harmonies of #537AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537AF4

Black with #537AF4

Text Example


Text Example

White with #537AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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