Html Css Color HEX #517BDD Royal Blue

📋 copy color: '#517BDD'

red 81 ◦ green 123 ◦ blue 221

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

Shades of Royal Blue #517BDD

Tints of Royal Blue #517BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52%

R = 19.06%
G = 28.94%
B = 52%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#517BDD (or 0x517BDD) is known color: Royal Blue. HEX triplet: 51, 7B and DD. RGB value is (81,123,221). Sum of RGB (Red+Green+Blue) = 81+123+221=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #517BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517BDD is #AE8422. Grayscale: #797979. Windows color (decimal): -11437091 or 14515025. OLE color: 14515025.

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

Color convert

RGB 81 123 221 -
CMYK 0.63 0.44 0 0.13
HSL 222º 0.67% 0.59% -
HSV(B) 222º 0.63% 0.87% -
XYZ 23.53 21.14 71.25 -
YUV 121.61 184.09 99.03 -
System Red Green Blue C M Y K H S L
Decimal 81 123 221 0.63 0.44 0 0.13 222 0.67 0.59
Hex 51 7B DD 3F 2C 0 D DE 43 3B
Octal 121 173 335 77 54 0 15 336 103 73
Binary 1010001 1111011 11011101 111111 101100 0 1101 11011110 1000011 111011

Color Harmonies of #517BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BDD

Black with #517BDD

Text Example


Text Example

White with #517BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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