#487EFA

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

Shades of Royal Blue #487EFA

Tints of Royal Blue #487EFA

Color information

#487EFA (or 0x487EFA) is unknown color: approx Royal Blue. HEX triplet: 48, 7E and FA. RGB value is (72,126,250). Sum of RGB (Red+Green+Blue) = 72+126+250=448 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.07% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #487EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487EFA is #B78105. Grayscale: #7B7B7B. Windows color (decimal): -12026118 or 16416328. OLE color: 16416328.

HSL color Cylindrical-coordinate representation of color #487EFA: hue angle of 221.8º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #487EFA is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB72126250-
CMYK0.710.5000.02
HSL221.8º94.68%63.14%-
HSV(B)221.8º71.2%98.04%-
XYZ27.3923.293.48-
YUV123.99199.1190.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.07%
GREEN value IS 126 (49.61% from 255) = 28.12%
BLUE value IS 250 (98.05% from 255) = 55.80%
R=16.07%
G=28.12%
B=55.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal721262500.710.5000.02221.894.6863.14
Hex487EFA473202de5f3f
Octal110176372107620233613777
Binary10010001111110111110101000111110010010110111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,126,250); }

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

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

 a { background-color: rgb(72,126,250); }

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

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

 span { border-color: rgb(72,126,250); }

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