Html Css Color HEX #5170CD Royal Blue

📋 copy color: '#5170CD'

red 81 ◦ green 112 ◦ blue 205

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

Shades of Royal Blue #5170CD

Tints of Royal Blue #5170CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.14%

 BLUE value IS 205 (80.47% from 255) = 51.51%

R = 20.35%
G = 28.14%
B = 51.51%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5170CD (or 0x5170CD) is known color: Royal Blue. HEX triplet: 51, 70 and CD. RGB value is (81,112,205). Sum of RGB (Red+Green+Blue) = 81+112+205=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #5170CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5170CD is #AE8F32. Grayscale: #707070. Windows color (decimal): -11439923 or 13463633. OLE color: 13463633.

HSL color Cylindrical-coordinate representation of color #5170CD: hue angle of 225º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5170CD is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 112 205 -
CMYK 0.60 0.45 0 0.20
HSL 225º 0.55% 0.56% -
HSV(B) 225º 0.6% 0.8% -
XYZ 20.21 17.75 60.12 -
YUV 113.33 179.73 104.94 -
System Red Green Blue C M Y K H S L
Decimal 81 112 205 0.60 0.45 0 0.20 225 0.55 0.56
Hex 51 70 CD 3C 2D 0 14 E1 37 38
Octal 121 160 315 74 55 0 24 341 67 70
Binary 1010001 1110000 11001101 111100 101101 0 10100 11100001 110111 111000

Color Harmonies of #5170CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5170CD

Black with #5170CD

Text Example


Text Example

White with #5170CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5170CD; }

 p { color: rgb(81,112,205); }

 H1.HeaderClassName
 {
   color: #5170CD;
 }
 .AnyTagClassName
 {
   color: #5170CD;
 }
</style>

background-color css

<style>
 a { background-color: #5170CD; }

 a { background-color: rgb(81,112,205); }

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

border-color css

<style>
 span { border-color: #5170CD; }

 span { border-color: rgb(81,112,205); }

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