Html Css Color HEX #517CDA Royal Blue

📋 copy color: '#517CDA'

red 81 ◦ green 124 ◦ blue 218

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

Shades of Royal Blue #517CDA

Tints of Royal Blue #517CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

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

R = 19.15%
G = 29.31%
B = 51.54%

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

#517CDA (or 0x517CDA) is known color: Royal Blue. HEX triplet: 51, 7C and DA. RGB value is (81,124,218). Sum of RGB (Red+Green+Blue) = 81+124+218=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #517CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517CDA is #AE8325. Grayscale: #797979. Windows color (decimal): -11436838 or 14318673. OLE color: 14318673.

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

Color convert

RGB 81 124 218 -
CMYK 0.63 0.43 0 0.15
HSL 221.17º 0.65% 0.59% -
HSV(B) 221.17º 0.63% 0.85% -
XYZ 23.26 21.23 69.2 -
YUV 121.86 182.25 98.86 -
System Red Green Blue C M Y K H S L
Decimal 81 124 218 0.63 0.43 0 0.15 221.17 0.65 0.59
Hex 51 7C DA 3F 2B 0 F DD 41 3B
Octal 121 174 332 77 53 0 17 335 101 73
Binary 1010001 1111100 11011010 111111 101011 0 1111 11011101 1000001 111011

Color Harmonies of #517CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517CDA

Black with #517CDA

Text Example


Text Example

White with #517CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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