Html Css Color HEX #5172DF Royal Blue

📋 copy color: '#5172DF'

red 81 ◦ green 114 ◦ blue 223

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

Shades of Royal Blue #5172DF

Tints of Royal Blue #5172DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.27%

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

R = 19.38%
G = 27.27%
B = 53.35%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5172DF (or 0x5172DF) is known color: Royal Blue. HEX triplet: 51, 72 and DF. RGB value is (81,114,223). Sum of RGB (Red+Green+Blue) = 81+114+223=418 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.38% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #5172DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5172DF is #AE8D20. Grayscale: #747474. Windows color (decimal): -11439393 or 14643793. OLE color: 14643793.

HSL color Cylindrical-coordinate representation of color #5172DF: hue angle of 226.06º 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 #5172DF is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 114 223 -
CMYK 0.64 0.49 0 0.13
HSL 226.06º 0.69% 0.6% -
HSV(B) 226.06º 0.64% 0.87% -
XYZ 22.73 19.11 72.3 -
YUV 116.56 188.07 102.64 -
System Red Green Blue C M Y K H S L
Decimal 81 114 223 0.64 0.49 0 0.13 226.06 0.69 0.6
Hex 51 72 DF 40 31 0 D E2 45 3C
Octal 121 162 337 100 61 0 15 342 105 74
Binary 1010001 1110010 11011111 1000000 110001 0 1101 11100010 1000101 111100

Color Harmonies of #5172DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5172DF

Black with #5172DF

Text Example


Text Example

White with #5172DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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