Html Css Color HEX #5170FC Royal Blue

📋 copy color: '#5170FC'

red 81 ◦ green 112 ◦ blue 252

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

Shades of Royal Blue #5170FC

Tints of Royal Blue #5170FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.63%

R = 18.2%
G = 25.17%
B = 56.63%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5170FC (or 0x5170FC) is known color: Royal Blue. HEX triplet: 51, 70 and FC. RGB value is (81,112,252). Sum of RGB (Red+Green+Blue) = 81+112+252=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #5170FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5170FC is #AE8F03. Grayscale: #767676. Windows color (decimal): -11439876 or 16543825. OLE color: 16543825.

HSL color Cylindrical-coordinate representation of color #5170FC: hue angle of 229.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5170FC is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 112 252 -
CMYK 0.68 0.56 0 0.01
HSL 229.12º 0.97% 0.65% -
HSV(B) 229.12º 0.68% 0.99% -
XYZ 26.76 20.37 94.62 -
YUV 118.69 203.23 101.12 -
System Red Green Blue C M Y K H S L
Decimal 81 112 252 0.68 0.56 0 0.01 229.12 0.97 0.65
Hex 51 70 FC 44 38 0 1 E5 61 41
Octal 121 160 374 104 70 0 1 345 141 101
Binary 1010001 1110000 11111100 1000100 111000 0 1 11100101 1100001 1000001

Color Harmonies of #5170FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5170FC

Black with #5170FC

Text Example


Text Example

White with #5170FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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