#4880FA

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

Shades of Royal Blue #4880FA

Tints of Royal Blue #4880FA

Color information

#4880FA (or 0x4880FA) is unknown color: approx Royal Blue. HEX triplet: 48, 80 and FA. RGB value is (72,128,250). Sum of RGB (Red+Green+Blue) = 72+128+250=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #4880FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4880FA is #B77F05. Grayscale: #7C7C7C. Windows color (decimal): -12025606 or 16416840. OLE color: 16416840.

HSL color Cylindrical-coordinate representation of color #4880FA: hue angle of 221.12º 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 #4880FA is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB72128250-
CMYK0.710.4900.02
HSL221.12º94.68%63.14%-
HSV(B)221.12º71.2%98.04%-
XYZ27.6523.7293.56-
YUV125.16198.4590.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16%
GREEN value IS 128 (50.39% from 255) = 28.44%
BLUE value IS 250 (98.05% from 255) = 55.56%
R=16%
G=28.44%
B=55.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal721282500.710.4900.02221.1294.6863.14
Hex4880FA473102dd5f3f
Octal110200372107610233513777
Binary100100010000000111110101000111110001010110111011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4880FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4880FA; }

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

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

<style>
 a { background-color: #4880FA; }

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

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

<style>
 span { border-color: #4880FA; }

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

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