#5170DD

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

Shades of Royal Blue #5170DD

Tints of Royal Blue #5170DD

Color information

#5170DD (or 0x5170DD) is unknown color: approx Royal Blue. HEX triplet: 51, 70 and DD. RGB value is (81,112,221). Sum of RGB (Red+Green+Blue) = 81+112+221=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #5170DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5170DD is #AE8F22. Grayscale: #727272. Windows color (decimal): -11439907 or 14512209. OLE color: 14512209.

HSL color Cylindrical-coordinate representation of color #5170DD: hue angle of 226.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5170DD is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB81112221-
CMYK0.630.4900.13
HSL226.71º67.31%59.22%-
HSV(B)226.71º63.35%86.67%-
XYZ22.2418.5670.82-
YUV115.16187.73103.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.57%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 221 (86.72% from 255) = 53.38%
R=19.57%
G=27.05%
B=53.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal811122210.630.4900.13226.7167.3159.22
Hex5170DD3F310De3433b
Octal121160335776101534310373
Binary101000111100001101110111111111000101101111000111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5170DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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