#4480ED

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

Shades of Royal Blue #4480ED

Tints of Royal Blue #4480ED

Color information

#4480ED (or 0x4480ED) is unknown color: approx Royal Blue. HEX triplet: 44, 80 and ED. RGB value is (68,128,237). Sum of RGB (Red+Green+Blue) = 68+128+237=433 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.70% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #4480ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4480ED is #BB7F12. Grayscale: #797979. Windows color (decimal): -12287763 or 15564868. OLE color: 15564868.

HSL color Cylindrical-coordinate representation of color #4480ED: hue angle of 218.7º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4480ED is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB68128237-
CMYK0.710.4600.07
HSL218.7º82.44%59.8%-
HSV(B)218.7º71.31%92.94%-
XYZ25.3922.7883.18-
YUV122.49192.6289.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.70%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 237 (92.97% from 255) = 54.73%
R=15.70%
G=29.56%
B=54.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal681282370.710.4600.07218.782.4459.8
Hex4480ED472E07db523c
Octal104200355107560733312274
Binary1000100100000001110110110001111011100111110110111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4480ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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