Html Css Color HEX #517BDB Royal Blue

📋 copy color: '#517BDB'

red 81 ◦ green 123 ◦ blue 219

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

Shades of Royal Blue #517BDB

Tints of Royal Blue #517BDB

RGB

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

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

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

R = 19.15%
G = 29.08%
B = 51.77%

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

#517BDB (or 0x517BDB) is known color: Royal Blue. HEX triplet: 51, 7B and DB. RGB value is (81,123,219). Sum of RGB (Red+Green+Blue) = 81+123+219=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #517BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517BDB is #AE8424. Grayscale: #787878. Windows color (decimal): -11437093 or 14383953. OLE color: 14383953.

HSL color Cylindrical-coordinate representation of color #517BDB: hue angle of 221.74º 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 #517BDB is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 123 219 -
CMYK 0.63 0.44 0 0.14
HSL 221.74º 0.66% 0.59% -
HSV(B) 221.74º 0.63% 0.86% -
XYZ 23.26 21.03 69.85 -
YUV 121.39 183.09 99.19 -
System Red Green Blue C M Y K H S L
Decimal 81 123 219 0.63 0.44 0 0.14 221.74 0.66 0.59
Hex 51 7B DB 3F 2C 0 E DE 42 3B
Octal 121 173 333 77 54 0 16 336 102 73
Binary 1010001 1111011 11011011 111111 101100 0 1110 11011110 1000010 111011

Color Harmonies of #517BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BDB

Black with #517BDB

Text Example


Text Example

White with #517BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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