#4880ED

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

Shades of Royal Blue #4880ED

Tints of Royal Blue #4880ED

Color information

#4880ED (or 0x4880ED) is unknown color: approx Royal Blue. HEX triplet: 48, 80 and ED. RGB value is (72,128,237). Sum of RGB (Red+Green+Blue) = 72+128+237=437 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.48% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #4880ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4880ED is #B77F12. Grayscale: #7B7B7B. Windows color (decimal): -12025619 or 15564872. OLE color: 15564872.

HSL color Cylindrical-coordinate representation of color #4880ED: hue angle of 219.64º 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 #4880ED is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB72128237-
CMYK0.700.4600.07
HSL219.64º82.09%60.59%-
HSV(B)219.64º69.62%92.94%-
XYZ25.6822.9383.19-
YUV123.68191.9591.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.48%
GREEN value IS 128 (50.39% from 255) = 29.29%
BLUE value IS 237 (92.97% from 255) = 54.23%
R=16.48%
G=29.29%
B=54.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal721282370.700.4600.07219.6482.0960.59
Hex4880ED462E07dc523d
Octal110200355106560733412275
Binary1001000100000001110110110001101011100111110111001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4880ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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