Html Css Color HEX #537BE3 Royal Blue

📋 copy color: '#537BE3'

red 83 ◦ green 123 ◦ blue 227

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

Shades of Royal Blue #537BE3

Tints of Royal Blue #537BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 52.42%

R = 19.17%
G = 28.41%
B = 52.42%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#537BE3 (or 0x537BE3) is known color: Royal Blue. HEX triplet: 53, 7B and E3. RGB value is (83,123,227). Sum of RGB (Red+Green+Blue) = 83+123+227=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 227 (89.06% from 255 or 52.42% from 433); Max value from RGB is 227 - color contains mainly: blue. Hex color #537BE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BE3 is #AC841C. Grayscale: #7A7A7A. Windows color (decimal): -11306013 or 14908243. OLE color: 14908243.

HSL color Cylindrical-coordinate representation of color #537BE3: hue angle of 223.33º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #537BE3 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 83 123 227 -
CMYK 0.63 0.46 0 0.11
HSL 223.33º 0.72% 0.61% -
HSV(B) 223.33º 0.63% 0.89% -
XYZ 24.52 21.55 75.54 -
YUV 122.9 186.75 99.54 -
System Red Green Blue C M Y K H S L
Decimal 83 123 227 0.63 0.46 0 0.11 223.33 0.72 0.61
Hex 53 7B E3 3F 2E 0 B DF 48 3D
Octal 123 173 343 77 56 0 13 337 110 75
Binary 1010011 1111011 11100011 111111 101110 0 1011 11011111 1001000 111101

Color Harmonies of #537BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BE3

Black with #537BE3

Text Example


Text Example

White with #537BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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