#487AF0

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

Shades of Royal Blue #487AF0

Tints of Royal Blue #487AF0

Color information

#487AF0 (or 0x487AF0) is unknown color: approx Royal Blue. HEX triplet: 48, 7A and F0. RGB value is (72,122,240). Sum of RGB (Red+Green+Blue) = 72+122+240=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 240 (94.14% from 255 or 55.30% from 434); Max value from RGB is 240 - color contains mainly: blue. Hex color #487AF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487AF0 is #B7850F. Grayscale: #777777. Windows color (decimal): -12027152 or 15759944. OLE color: 15759944.

HSL color Cylindrical-coordinate representation of color #487AF0: hue angle of 222.14º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #487AF0 is Cyan = 0.7, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB72122240-
CMYK0.70.4900.06
HSL222.14º84.85%61.18%-
HSV(B)222.14º70%94.12%-
XYZ25.3621.5985.27-
YUV120.5195.4493.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.59%
GREEN value IS 122 (48.05% from 255) = 28.11%
BLUE value IS 240 (94.14% from 255) = 55.30%
R=16.59%
G=28.11%
B=55.30%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal721222400.70.4900.06222.1484.8561.18
Hex487AF0463106de553d
Octal110172360106610633612575
Binary100100011110101111000010001101100010110110111101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487AF0; }

 p { color: rgb(72,122,240); }

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

<style>
 a { background-color: #487AF0; }

 a { background-color: rgb(72,122,240); }

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

<style>
 span { border-color: #487AF0; }

 span { border-color: rgb(72,122,240); }

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