#487AE1

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

Shades of Royal Blue #487AE1

Tints of Royal Blue #487AE1

Color information

#487AE1 (or 0x487AE1) is unknown color: approx Royal Blue. HEX triplet: 48, 7A and E1. RGB value is (72,122,225). Sum of RGB (Red+Green+Blue) = 72+122+225=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 225 (88.28% from 255 or 53.70% from 419); Max value from RGB is 225 - color contains mainly: blue. Hex color #487AE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487AE1 is #B7851E. Grayscale: #767676. Windows color (decimal): -12027167 or 14776904. OLE color: 14776904.

HSL color Cylindrical-coordinate representation of color #487AE1: hue angle of 220.39º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #487AE1 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB72122225-
CMYK0.680.4600.12
HSL220.39º71.83%58.24%-
HSV(B)220.39º68%88.24%-
XYZ23.2220.7374.01-
YUV118.79187.9494.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.18%
GREEN value IS 122 (48.05% from 255) = 29.12%
BLUE value IS 225 (88.28% from 255) = 53.70%
R=17.18%
G=29.12%
B=53.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal721222250.680.4600.12220.3971.8358.24
Hex487AE1442E0Cdc483a
Octal1101723411045601433411072
Binary1001000111101011100001100010010111001100110111001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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