Html Css Color HEX #537EDF Royal Blue

📋 copy color: '#537EDF'

red 83 ◦ green 126 ◦ blue 223

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

Shades of Royal Blue #537EDF

Tints of Royal Blue #537EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.17%

 BLUE value IS 223 (87.5% from 255) = 51.62%

R = 19.21%
G = 29.17%
B = 51.62%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#537EDF (or 0x537EDF) is known color: Royal Blue. HEX triplet: 53, 7E and DF. RGB value is (83,126,223). Sum of RGB (Red+Green+Blue) = 83+126+223=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #537EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537EDF is #AC8120. Grayscale: #7B7B7B. Windows color (decimal): -11305249 or 14646867. OLE color: 14646867.

HSL color Cylindrical-coordinate representation of color #537EDF: hue angle of 221.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #537EDF is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 126 223 -
CMYK 0.63 0.43 0 0.13
HSL 221.57º 0.69% 0.6% -
HSV(B) 221.57º 0.63% 0.87% -
XYZ 24.35 22.09 72.79 -
YUV 124.2 183.75 98.61 -
System Red Green Blue C M Y K H S L
Decimal 83 126 223 0.63 0.43 0 0.13 221.57 0.69 0.6
Hex 53 7E DF 3F 2B 0 D DE 45 3C
Octal 123 176 337 77 53 0 15 336 105 74
Binary 1010011 1111110 11011111 111111 101011 0 1101 11011110 1000101 111100

Color Harmonies of #537EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537EDF

Black with #537EDF

Text Example


Text Example

White with #537EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,126,223); }

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

background-color css

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

 a { background-color: rgb(83,126,223); }

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

border-color css

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

 span { border-color: rgb(83,126,223); }

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