Html Css Color HEX #537BED Royal Blue

📋 copy color: '#537BED'

red 83 ◦ green 123 ◦ blue 237

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

Shades of Royal Blue #537BED

Tints of Royal Blue #537BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.5%

R = 18.74%
G = 27.77%
B = 53.5%

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

#537BED (or 0x537BED) is known color: Royal Blue. HEX triplet: 53, 7B and ED. RGB value is (83,123,237). Sum of RGB (Red+Green+Blue) = 83+123+237=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #537BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537BED is #AC8412. Grayscale: #7B7B7B. Windows color (decimal): -11306003 or 15563603. OLE color: 15563603.

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

Color convert

RGB 83 123 237 -
CMYK 0.65 0.48 0 0.07
HSL 224.42º 0.81% 0.63% -
HSV(B) 224.42º 0.65% 0.93% -
XYZ 25.94 22.12 83.02 -
YUV 124.04 191.75 98.73 -
System Red Green Blue C M Y K H S L
Decimal 83 123 237 0.65 0.48 0 0.07 224.42 0.81 0.63
Hex 53 7B ED 41 30 0 7 E0 51 3F
Octal 123 173 355 101 60 0 7 340 121 77
Binary 1010011 1111011 11101101 1000001 110000 0 111 11100000 1010001 111111

Color Harmonies of #537BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BED

Black with #537BED

Text Example


Text Example

White with #537BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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