Html Css Color HEX #537CEA Royal Blue

📋 copy color: '#537CEA'

red 83 ◦ green 124 ◦ blue 234

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

Shades of Royal Blue #537CEA

Tints of Royal Blue #537CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.06%

R = 18.82%
G = 28.12%
B = 53.06%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#537CEA (or 0x537CEA) is known color: Royal Blue. HEX triplet: 53, 7C and EA. RGB value is (83,124,234). Sum of RGB (Red+Green+Blue) = 83+124+234=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #537CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537CEA is #AC8315. Grayscale: #7B7B7B. Windows color (decimal): -11305750 or 15367251. OLE color: 15367251.

HSL color Cylindrical-coordinate representation of color #537CEA: hue angle of 223.71º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #537CEA is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 124 234 -
CMYK 0.65 0.47 0 0.08
HSL 223.71º 0.78% 0.62% -
HSV(B) 223.71º 0.65% 0.92% -
XYZ 25.63 22.19 80.78 -
YUV 124.28 189.92 98.56 -
System Red Green Blue C M Y K H S L
Decimal 83 124 234 0.65 0.47 0 0.08 223.71 0.78 0.62
Hex 53 7C EA 41 2F 0 8 E0 4E 3E
Octal 123 174 352 101 57 0 10 340 116 76
Binary 1010011 1111100 11101010 1000001 101111 0 1000 11100000 1001110 111110

Color Harmonies of #537CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CEA

Black with #537CEA

Text Example


Text Example

White with #537CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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