Html Css Color HEX #537CE2 Royal Blue

📋 copy color: '#537CE2'

red 83 ◦ green 124 ◦ blue 226

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

Shades of Royal Blue #537CE2

Tints of Royal Blue #537CE2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.64%

 BLUE value IS 226 (88.67% from 255) = 52.19%

R = 19.17%
G = 28.64%
B = 52.19%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#537CE2 (or 0x537CE2) is known color: Royal Blue. HEX triplet: 53, 7C and E2. RGB value is (83,124,226). Sum of RGB (Red+Green+Blue) = 83+124+226=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 226 (88.67% from 255 or 52.19% from 433); Max value from RGB is 226 - color contains mainly: blue. Hex color #537CE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CE2 is #AC831D. Grayscale: #7A7A7A. Windows color (decimal): -11305758 or 14842963. OLE color: 14842963.

HSL color Cylindrical-coordinate representation of color #537CE2: hue angle of 222.8º degrees, saturation: 0.71, 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 #537CE2 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 83 124 226 -
CMYK 0.63 0.45 0 0.11
HSL 222.8º 0.71% 0.61% -
HSV(B) 222.8º 0.63% 0.89% -
XYZ 24.5 21.75 74.86 -
YUV 123.37 185.92 99.21 -
System Red Green Blue C M Y K H S L
Decimal 83 124 226 0.63 0.45 0 0.11 222.8 0.71 0.61
Hex 53 7C E2 3F 2D 0 B DF 47 3D
Octal 123 174 342 77 55 0 13 337 107 75
Binary 1010011 1111100 11100010 111111 101101 0 1011 11011111 1000111 111101

Color Harmonies of #537CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CE2

Black with #537CE2

Text Example


Text Example

White with #537CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,124,226); }

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

background-color css

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

 a { background-color: rgb(83,124,226); }

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

border-color css

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

 span { border-color: rgb(83,124,226); }

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