Html Css Color HEX #537CEC Royal Blue

📋 copy color: '#537CEC'

red 83 ◦ green 124 ◦ blue 236

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

Shades of Royal Blue #537CEC

Tints of Royal Blue #537CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.27%

R = 18.74%
G = 27.99%
B = 53.27%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#537CEC (or 0x537CEC) is known color: Royal Blue. HEX triplet: 53, 7C and EC. RGB value is (83,124,236). Sum of RGB (Red+Green+Blue) = 83+124+236=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #537CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537CEC is #AC8313. Grayscale: #7C7C7C. Windows color (decimal): -11305748 or 15498323. OLE color: 15498323.

HSL color Cylindrical-coordinate representation of color #537CEC: hue angle of 223.92º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #537CEC is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 124 236 -
CMYK 0.65 0.47 0 0.07
HSL 223.92º 0.8% 0.63% -
HSV(B) 223.92º 0.65% 0.93% -
XYZ 25.92 22.31 82.3 -
YUV 124.51 190.92 98.39 -
System Red Green Blue C M Y K H S L
Decimal 83 124 236 0.65 0.47 0 0.07 223.92 0.8 0.63
Hex 53 7C EC 41 2F 0 7 E0 50 3F
Octal 123 174 354 101 57 0 7 340 120 77
Binary 1010011 1111100 11101100 1000001 101111 0 111 11100000 1010000 111111

Color Harmonies of #537CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CEC

Black with #537CEC

Text Example


Text Example

White with #537CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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