#486dd0

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

Shades of Royal Blue #486DD0

Tints of Royal Blue #486DD0

Color information

#486DD0 (or 0x486DD0) is unknown color: approx Royal Blue. HEX triplet: 48, 6D and D0. RGB value is (72,109,208). Sum of RGB (Red+Green+Blue) = 72+109+208=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #486DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DD0 is #B7922F. Grayscale: #6C6C6C. Windows color (decimal): -12030512 or 13659464. OLE color: 13659464.

HSL color Cylindrical-coordinate representation of color #486DD0: hue angle of 223.68º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486DD0 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB72109208-
CMYK0.650.4800.18
HSL223.68º59.13%54.9%-
HSV(B)223.68º65.38%81.57%-
XYZ19.5316.8761.9-
YUV109.22183.74101.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.51%
GREEN value IS 109 (42.97% from 255) = 28.02%
BLUE value IS 208 (81.64% from 255) = 53.47%
R=18.51%
G=28.02%
B=53.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal721092080.650.4800.18223.6859.1354.9
Hex486DD04130012e03b37
Octal110155320101600223407367
Binary1001000110110111010000100000111000001001011100000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486dd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486dd0; }

 p { color: rgb(72,109,208); }

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

<style>
 a { background-color: #486dd0; }

 a { background-color: rgb(72,109,208); }

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

<style>
 span { border-color: #486dd0; }

 span { border-color: rgb(72,109,208); }

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