Html Css Color HEX #537BF4 Royal Blue

📋 copy color: '#537BF4'

red 83 ◦ green 123 ◦ blue 244

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

Shades of Royal Blue #537BF4

Tints of Royal Blue #537BF4

RGB

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

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

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

R = 18.44%
G = 27.33%
B = 54.22%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#537BF4 (or 0x537BF4) is known color: Royal Blue. HEX triplet: 53, 7B and F4. RGB value is (83,123,244). Sum of RGB (Red+Green+Blue) = 83+123+244=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 244 (95.70% from 255 or 54.22% from 450); Max value from RGB is 244 - color contains mainly: blue. Hex color #537BF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537BF4 is #AC840B. Grayscale: #7C7C7C. Windows color (decimal): -11305996 or 16022355. OLE color: 16022355.

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

Color convert

RGB 83 123 244 -
CMYK 0.66 0.50 0 0.04
HSL 225.09º 0.88% 0.64% -
HSV(B) 225.09º 0.66% 0.96% -
XYZ 26.98 22.54 88.52 -
YUV 124.83 195.25 98.16 -
System Red Green Blue C M Y K H S L
Decimal 83 123 244 0.66 0.50 0 0.04 225.09 0.88 0.64
Hex 53 7B F4 42 32 0 4 E1 58 40
Octal 123 173 364 102 62 0 4 341 130 100
Binary 1010011 1111011 11110100 1000010 110010 0 100 11100001 1011000 1000000

Color Harmonies of #537BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BF4

Black with #537BF4

Text Example


Text Example

White with #537BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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