Html Css Color HEX #537BDE Royal Blue

📋 copy color: '#537BDE'

red 83 ◦ green 123 ◦ blue 222

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

Shades of Royal Blue #537BDE

Tints of Royal Blue #537BDE

RGB

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

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

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

R = 19.39%
G = 28.74%
B = 51.87%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#537BDE (or 0x537BDE) is known color: Royal Blue. HEX triplet: 53, 7B and DE. RGB value is (83,123,222). Sum of RGB (Red+Green+Blue) = 83+123+222=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #537BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BDE is #AC8421. Grayscale: #797979. Windows color (decimal): -11306018 or 14580563. OLE color: 14580563.

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

Color convert

RGB 83 123 222 -
CMYK 0.63 0.45 0 0.13
HSL 222.73º 0.68% 0.6% -
HSV(B) 222.73º 0.63% 0.87% -
XYZ 23.84 21.28 71.96 -
YUV 122.33 184.25 99.95 -
System Red Green Blue C M Y K H S L
Decimal 83 123 222 0.63 0.45 0 0.13 222.73 0.68 0.6
Hex 53 7B DE 3F 2D 0 D DF 44 3C
Octal 123 173 336 77 55 0 15 337 104 74
Binary 1010011 1111011 11011110 111111 101101 0 1101 11011111 1000100 111100

Color Harmonies of #537BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BDE

Black with #537BDE

Text Example


Text Example

White with #537BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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