#486ced

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

Shades of Royal Blue #486CED

Tints of Royal Blue #486CED

Color information

#486CED (or 0x486CED) is unknown color: approx Royal Blue. HEX triplet: 48, 6C and ED. RGB value is (72,108,237). Sum of RGB (Red+Green+Blue) = 72+108+237=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #486CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486CED is #B79312. Grayscale: #6F6F6F. Windows color (decimal): -12030739 or 15559752. OLE color: 15559752.

HSL color Cylindrical-coordinate representation of color #486CED: hue angle of 226.91º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #486CED is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB72108237-
CMYK0.700.5400.07
HSL226.91º82.09%60.59%-
HSV(B)226.91º69.62%92.94%-
XYZ23.3218.2282.41-
YUV111.94198.5799.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.27%
GREEN value IS 108 (42.58% from 255) = 25.90%
BLUE value IS 237 (92.97% from 255) = 56.83%
R=17.27%
G=25.90%
B=56.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal721082370.700.5400.07226.9182.0960.59
Hex486CED463607e3523d
Octal110154355106660734312275
Binary100100011011001110110110001101101100111111000111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486ced

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,108,237); }

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

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

 a { background-color: rgb(72,108,237); }

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

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

 span { border-color: rgb(72,108,237); }

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