#5172db

Color #5172DB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5172DB

Tints of Royal Blue #5172DB

Color information

#5172DB (or 0x5172DB) is unknown color: approx Royal Blue. HEX triplet: 51, 72 and DB. RGB value is (81,114,219). Sum of RGB (Red+Green+Blue) = 81+114+219=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #5172DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5172DB is #AE8D24. Grayscale: #737373. Windows color (decimal): -11439397 or 14381649. OLE color: 14381649.

HSL color Cylindrical-coordinate representation of color #5172DB: hue angle of 225.65º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5172DB is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB81114219-
CMYK0.630.4800.14
HSL225.65º65.71%58.82%-
HSV(B)225.65º63.01%85.88%-
XYZ22.218.969.5-
YUV116.1186.07102.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.57%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 219 (85.94% from 255) = 52.90%
R=19.57%
G=27.54%
B=52.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal811142190.630.4800.14225.6565.7158.82
Hex5172DB3F300Ee2423b
Octal121162333776001634210273
Binary101000111100101101101111111111000001110111000101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5172db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5172db;
 }
 .AnyTagClassName
 {
   color: #5172db;
 }
</style>
background-color css

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

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

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

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

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

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