Html Css Color HEX #537DED Royal Blue

📋 copy color: '#537DED'

red 83 ◦ green 125 ◦ blue 237

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

Shades of Royal Blue #537DED

Tints of Royal Blue #537DED

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.09%

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

R = 18.65%
G = 28.09%
B = 53.26%

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

#537DED (or 0x537DED) is known color: Royal Blue. HEX triplet: 53, 7D and ED. RGB value is (83,125,237). Sum of RGB (Red+Green+Blue) = 83+125+237=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #537DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537DED is #AC8212. Grayscale: #7C7C7C. Windows color (decimal): -11305491 or 15564115. OLE color: 15564115.

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

Color convert

RGB 83 125 237 -
CMYK 0.65 0.47 0 0.07
HSL 223.64º 0.81% 0.63% -
HSV(B) 223.64º 0.65% 0.93% -
XYZ 26.19 22.62 83.11 -
YUV 125.21 191.09 97.89 -
System Red Green Blue C M Y K H S L
Decimal 83 125 237 0.65 0.47 0 0.07 223.64 0.81 0.63
Hex 53 7D ED 41 2F 0 7 E0 51 3F
Octal 123 175 355 101 57 0 7 340 121 77
Binary 1010011 1111101 11101101 1000001 101111 0 111 11100000 1010001 111111

Color Harmonies of #537DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DED

Black with #537DED

Text Example


Text Example

White with #537DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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