Html Css Color HEX #517DDA Royal Blue

📋 copy color: '#517DDA'

red 81 ◦ green 125 ◦ blue 218

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

Shades of Royal Blue #517DDA

Tints of Royal Blue #517DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.48%

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

R = 19.1%
G = 29.48%
B = 51.42%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#517DDA (or 0x517DDA) is known color: Royal Blue. HEX triplet: 51, 7D and DA. RGB value is (81,125,218). Sum of RGB (Red+Green+Blue) = 81+125+218=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #517DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DDA is #AE8225. Grayscale: #7A7A7A. Windows color (decimal): -11436582 or 14318929. OLE color: 14318929.

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

Color convert

RGB 81 125 218 -
CMYK 0.63 0.43 0 0.15
HSL 220.73º 0.65% 0.59% -
HSV(B) 220.73º 0.63% 0.85% -
XYZ 23.38 21.48 69.24 -
YUV 122.45 181.92 98.44 -
System Red Green Blue C M Y K H S L
Decimal 81 125 218 0.63 0.43 0 0.15 220.73 0.65 0.59
Hex 51 7D DA 3F 2B 0 F DD 41 3B
Octal 121 175 332 77 53 0 17 335 101 73
Binary 1010001 1111101 11011010 111111 101011 0 1111 11011101 1000001 111011

Color Harmonies of #517DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517DDA

Black with #517DDA

Text Example


Text Example

White with #517DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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