Html Css Color HEX #537ADB Royal Blue

📋 copy color: '#537ADB'

red 83 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #537ADB

Tints of Royal Blue #537ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.77%

 BLUE value IS 219 (85.94% from 255) = 51.65%

R = 19.58%
G = 28.77%
B = 51.65%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#537ADB (or 0x537ADB) is known color: Royal Blue. HEX triplet: 53, 7A and DB. RGB value is (83,122,219). Sum of RGB (Red+Green+Blue) = 83+122+219=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #537ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ADB is #AC8524. Grayscale: #787878. Windows color (decimal): -11306277 or 14383699. OLE color: 14383699.

HSL color Cylindrical-coordinate representation of color #537ADB: hue angle of 222.79º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #537ADB is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 122 219 -
CMYK 0.62 0.44 0 0.14
HSL 222.79º 0.65% 0.59% -
HSV(B) 222.79º 0.62% 0.86% -
XYZ 23.31 20.87 69.82 -
YUV 121.4 183.08 100.61 -
System Red Green Blue C M Y K H S L
Decimal 83 122 219 0.62 0.44 0 0.14 222.79 0.65 0.59
Hex 53 7A DB 3E 2C 0 E DF 41 3B
Octal 123 172 333 76 54 0 16 337 101 73
Binary 1010011 1111010 11011011 111110 101100 0 1110 11011111 1000001 111011

Color Harmonies of #537ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537ADB

Black with #537ADB

Text Example


Text Example

White with #537ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,122,219); }

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

background-color css

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

 a { background-color: rgb(83,122,219); }

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

border-color css

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

 span { border-color: rgb(83,122,219); }

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