Html Css Color HEX #5171FC Royal Blue

📋 copy color: '#5171FC'

red 81 ◦ green 113 ◦ blue 252

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

Shades of Royal Blue #5171FC

Tints of Royal Blue #5171FC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.34%

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

R = 18.16%
G = 25.34%
B = 56.5%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5171FC (or 0x5171FC) is known color: Royal Blue. HEX triplet: 51, 71 and FC. RGB value is (81,113,252). Sum of RGB (Red+Green+Blue) = 81+113+252=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #5171FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5171FC is #AE8E03. Grayscale: #767676. Windows color (decimal): -11439620 or 16544081. OLE color: 16544081.

HSL color Cylindrical-coordinate representation of color #5171FC: hue angle of 228.77º 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 #5171FC is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 113 252 -
CMYK 0.68 0.55 0 0.01
HSL 228.77º 0.97% 0.65% -
HSV(B) 228.77º 0.68% 0.99% -
XYZ 26.87 20.59 94.65 -
YUV 119.28 202.9 100.7 -
System Red Green Blue C M Y K H S L
Decimal 81 113 252 0.68 0.55 0 0.01 228.77 0.97 0.65
Hex 51 71 FC 44 37 0 1 E5 61 41
Octal 121 161 374 104 67 0 1 345 141 101
Binary 1010001 1110001 11111100 1000100 110111 0 1 11100101 1100001 1000001

Color Harmonies of #5171FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5171FC

Black with #5171FC

Text Example


Text Example

White with #5171FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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