Html Css Color HEX #537FDF Royal Blue

📋 copy color: '#537FDF'

red 83 ◦ green 127 ◦ blue 223

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

Shades of Royal Blue #537FDF

Tints of Royal Blue #537FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 29.33%

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

R = 19.17%
G = 29.33%
B = 51.5%

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

#537FDF (or 0x537FDF) is known color: Royal Blue. HEX triplet: 53, 7F and DF. RGB value is (83,127,223). Sum of RGB (Red+Green+Blue) = 83+127+223=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #537FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FDF is #AC8020. Grayscale: #7C7C7C. Windows color (decimal): -11304993 or 14647123. OLE color: 14647123.

HSL color Cylindrical-coordinate representation of color #537FDF: hue angle of 221.14º 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 #537FDF is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 127 223 -
CMYK 0.63 0.43 0 0.13
HSL 221.14º 0.69% 0.6% -
HSV(B) 221.14º 0.63% 0.87% -
XYZ 24.48 22.35 72.84 -
YUV 124.79 183.42 98.19 -
System Red Green Blue C M Y K H S L
Decimal 83 127 223 0.63 0.43 0 0.13 221.14 0.69 0.6
Hex 53 7F DF 3F 2B 0 D DD 45 3C
Octal 123 177 337 77 53 0 15 335 105 74
Binary 1010011 1111111 11011111 111111 101011 0 1101 11011101 1000101 111100

Color Harmonies of #537FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FDF

Black with #537FDF

Text Example


Text Example

White with #537FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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