Html Css Color HEX #5170DF Royal Blue

📋 copy color: '#5170DF'

red 81 ◦ green 112 ◦ blue 223

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

Shades of Royal Blue #5170DF

Tints of Royal Blue #5170DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 19.47%
G = 26.92%
B = 53.61%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5170DF (or 0x5170DF) is known color: Royal Blue. HEX triplet: 51, 70 and DF. RGB value is (81,112,223). Sum of RGB (Red+Green+Blue) = 81+112+223=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #5170DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5170DF is #AE8F20. Grayscale: #727272. Windows color (decimal): -11439905 or 14643281. OLE color: 14643281.

HSL color Cylindrical-coordinate representation of color #5170DF: hue angle of 226.9º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5170DF is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 112 223 -
CMYK 0.64 0.50 0 0.13
HSL 226.9º 0.69% 0.6% -
HSV(B) 226.9º 0.64% 0.87% -
XYZ 22.51 18.67 72.23 -
YUV 115.39 188.73 103.47 -
System Red Green Blue C M Y K H S L
Decimal 81 112 223 0.64 0.50 0 0.13 226.9 0.69 0.6
Hex 51 70 DF 40 32 0 D E3 45 3C
Octal 121 160 337 100 62 0 15 343 105 74
Binary 1010001 1110000 11011111 1000000 110010 0 1101 11100011 1000101 111100

Color Harmonies of #5170DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5170DF

Black with #5170DF

Text Example


Text Example

White with #5170DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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