Html Css Color HEX #537EDE Royal Blue

📋 copy color: '#537EDE'

red 83 ◦ green 126 ◦ blue 222

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

Shades of Royal Blue #537EDE

Tints of Royal Blue #537EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.51%

R = 19.26%
G = 29.23%
B = 51.51%

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

#537EDE (or 0x537EDE) is known color: Royal Blue. HEX triplet: 53, 7E and DE. RGB value is (83,126,222). Sum of RGB (Red+Green+Blue) = 83+126+222=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #537EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537EDE is #AC8121. Grayscale: #7B7B7B. Windows color (decimal): -11305250 or 14581331. OLE color: 14581331.

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

Color convert

RGB 83 126 222 -
CMYK 0.63 0.43 0 0.13
HSL 221.44º 0.68% 0.6% -
HSV(B) 221.44º 0.63% 0.87% -
XYZ 24.21 22.03 72.08 -
YUV 124.09 183.25 98.69 -
System Red Green Blue C M Y K H S L
Decimal 83 126 222 0.63 0.43 0 0.13 221.44 0.68 0.6
Hex 53 7E DE 3F 2B 0 D DD 44 3C
Octal 123 176 336 77 53 0 15 335 104 74
Binary 1010011 1111110 11011110 111111 101011 0 1101 11011101 1000100 111100

Color Harmonies of #537EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537EDE

Black with #537EDE

Text Example


Text Example

White with #537EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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