Html Css Color HEX #5170F6 Royal Blue

📋 copy color: '#5170F6'

red 81 ◦ green 112 ◦ blue 246

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

Shades of Royal Blue #5170F6

Tints of Royal Blue #5170F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.04%

R = 18.45%
G = 25.51%
B = 56.04%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5170F6 (or 0x5170F6) is known color: Royal Blue. HEX triplet: 51, 70 and F6. RGB value is (81,112,246). Sum of RGB (Red+Green+Blue) = 81+112+246=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #5170F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5170F6 is #AE8F09. Grayscale: #757575. Windows color (decimal): -11439882 or 16150609. OLE color: 16150609.

HSL color Cylindrical-coordinate representation of color #5170F6: hue angle of 228.73º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5170F6 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 81 112 246 -
CMYK 0.67 0.54 0 0.04
HSL 228.73º 0.9% 0.64% -
HSV(B) 228.73º 0.67% 0.96% -
XYZ 25.82 19.99 89.69 -
YUV 118.01 200.23 101.6 -
System Red Green Blue C M Y K H S L
Decimal 81 112 246 0.67 0.54 0 0.04 228.73 0.9 0.64
Hex 51 70 F6 43 36 0 4 E5 5A 40
Octal 121 160 366 103 66 0 4 345 132 100
Binary 1010001 1110000 11110110 1000011 110110 0 100 11100101 1011010 1000000

Color Harmonies of #5170F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5170F6

Black with #5170F6

Text Example


Text Example

White with #5170F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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