Html Css Color HEX #517ADB Royal Blue

📋 copy color: '#517ADB'

red 81 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #517ADB

Tints of Royal Blue #517ADB

RGB

 RED value IS 81 (32.03% from 255) = 19.19%

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

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

R = 19.19%
G = 28.91%
B = 51.9%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#517ADB (or 0x517ADB) is known color: Royal Blue. HEX triplet: 51, 7A and DB. RGB value is (81,122,219). Sum of RGB (Red+Green+Blue) = 81+122+219=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #517ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517ADB is #AE8524. Grayscale: #787878. Windows color (decimal): -11437349 or 14383697. OLE color: 14383697.

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

Color convert

RGB 81 122 219 -
CMYK 0.63 0.44 0 0.14
HSL 222.17º 0.66% 0.59% -
HSV(B) 222.17º 0.63% 0.86% -
XYZ 23.14 20.78 69.81 -
YUV 120.8 183.42 99.61 -
System Red Green Blue C M Y K H S L
Decimal 81 122 219 0.63 0.44 0 0.14 222.17 0.66 0.59
Hex 51 7A DB 3F 2C 0 E DE 42 3B
Octal 121 172 333 77 54 0 16 336 102 73
Binary 1010001 1111010 11011011 111111 101100 0 1110 11011110 1000010 111011

Color Harmonies of #517ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517ADB

Black with #517ADB

Text Example


Text Example

White with #517ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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