Html Css Color HEX #537BEC Royal Blue

📋 copy color: '#537BEC'

red 83 ◦ green 123 ◦ blue 236

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

Shades of Royal Blue #537BEC

Tints of Royal Blue #537BEC

RGB

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

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

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

R = 18.78%
G = 27.83%
B = 53.39%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#537BEC (or 0x537BEC) is known color: Royal Blue. HEX triplet: 53, 7B and EC. RGB value is (83,123,236). Sum of RGB (Red+Green+Blue) = 83+123+236=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #537BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537BEC is #AC8413. Grayscale: #7B7B7B. Windows color (decimal): -11306004 or 15498067. OLE color: 15498067.

HSL color Cylindrical-coordinate representation of color #537BEC: hue angle of 224.31º 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 #537BEC is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 123 236 -
CMYK 0.65 0.48 0 0.07
HSL 224.31º 0.8% 0.63% -
HSV(B) 224.31º 0.65% 0.93% -
XYZ 25.79 22.06 82.26 -
YUV 123.92 191.25 98.81 -
System Red Green Blue C M Y K H S L
Decimal 83 123 236 0.65 0.48 0 0.07 224.31 0.8 0.63
Hex 53 7B EC 41 30 0 7 E0 50 3F
Octal 123 173 354 101 60 0 7 340 120 77
Binary 1010011 1111011 11101100 1000001 110000 0 111 11100000 1010000 111111

Color Harmonies of #537BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BEC

Black with #537BEC

Text Example


Text Example

White with #537BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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