#5061DC

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

Shades of Royal Blue #5061DC

Tints of Royal Blue #5061DC

Color information

#5061DC (or 0x5061DC) is unknown color: approx Royal Blue. HEX triplet: 50, 61 and DC. RGB value is (80,97,220). Sum of RGB (Red+Green+Blue) = 80+97+220=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #5061DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5061DC is #AF9E23. Grayscale: #696969. Windows color (decimal): -11509284 or 14442832. OLE color: 14442832.

HSL color Cylindrical-coordinate representation of color #5061DC: hue angle of 232.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5061DC is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8097220-
CMYK0.640.5600.14
HSL232.71º66.67%58.82%-
HSV(B)232.71º63.64%86.27%-
XYZ20.515.4269.61-
YUV105.94192.37109.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.15%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 220 (86.33% from 255) = 55.42%
R=20.15%
G=24.43%
B=55.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal80972200.640.5600.14232.7166.6758.82
Hex5061DC40380Ee9433b
Octal1201413341007001635110373
Binary1010000110000111011100100000011100001110111010011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5061DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5061DC; }

 p { color: rgb(80,97,220); }

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

<style>
 a { background-color: #5061DC; }

 a { background-color: rgb(80,97,220); }

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

<style>
 span { border-color: #5061DC; }

 span { border-color: rgb(80,97,220); }

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