#486DDC

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

Shades of Royal Blue #486DDC

Tints of Royal Blue #486DDC

Color information

#486DDC (or 0x486DDC) is unknown color: approx Royal Blue. HEX triplet: 48, 6D and DC. RGB value is (72,109,220). Sum of RGB (Red+Green+Blue) = 72+109+220=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #486DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DDC is #B79223. Grayscale: #6E6E6E. Windows color (decimal): -12030500 or 14445896. OLE color: 14445896.

HSL color Cylindrical-coordinate representation of color #486DDC: hue angle of 225º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #486DDC is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB72109220-
CMYK0.670.5000.14
HSL225º67.89%57.25%-
HSV(B)225º67.27%86.27%-
XYZ21.0617.4869.97-
YUV110.59189.74100.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.96%
GREEN value IS 109 (42.97% from 255) = 27.18%
BLUE value IS 220 (86.33% from 255) = 54.86%
R=17.96%
G=27.18%
B=54.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal721092200.670.5000.1422567.8957.25
Hex486DDC43320Ee14439
Octal1101553341036201634110471
Binary1001000110110111011100100001111001001110111000011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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