Html Css Color HEX #517BDA Royal Blue

📋 copy color: '#517BDA'

red 81 ◦ green 123 ◦ blue 218

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

Shades of Royal Blue #517BDA

Tints of Royal Blue #517BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.66%

R = 19.19%
G = 29.15%
B = 51.66%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#517BDA (or 0x517BDA) is known color: Royal Blue. HEX triplet: 51, 7B and DA. RGB value is (81,123,218). Sum of RGB (Red+Green+Blue) = 81+123+218=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #517BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517BDA is #AE8425. Grayscale: #787878. Windows color (decimal): -11437094 or 14318417. OLE color: 14318417.

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

Color convert

RGB 81 123 218 -
CMYK 0.63 0.44 0 0.15
HSL 221.61º 0.65% 0.59% -
HSV(B) 221.61º 0.63% 0.85% -
XYZ 23.13 20.98 69.16 -
YUV 121.27 182.59 99.28 -
System Red Green Blue C M Y K H S L
Decimal 81 123 218 0.63 0.44 0 0.15 221.61 0.65 0.59
Hex 51 7B DA 3F 2C 0 F DE 41 3B
Octal 121 173 332 77 54 0 17 336 101 73
Binary 1010001 1111011 11011010 111111 101100 0 1111 11011110 1000001 111011

Color Harmonies of #517BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BDA

Black with #517BDA

Text Example


Text Example

White with #517BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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