#5078FE

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

Shades of Royal Blue #5078FE

Tints of Royal Blue #5078FE

Color information

#5078FE (or 0x5078FE) is unknown color: approx Royal Blue. HEX triplet: 50, 78 and FE. RGB value is (80,120,254). Sum of RGB (Red+Green+Blue) = 80+120+254=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #5078FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5078FE is #AF8701. Grayscale: #7A7A7A. Windows color (decimal): -11503362 or 16676944. OLE color: 16676944.

HSL color Cylindrical-coordinate representation of color #5078FE: hue angle of 226.21º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5078FE is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB80120254-
CMYK0.690.5300.00
HSL226.21º98.86%65.49%-
HSV(B)226.21º68.5%99.61%-
XYZ27.9122.2996.6-
YUV123.32201.7597.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.62%
GREEN value IS 120 (47.27% from 255) = 26.43%
BLUE value IS 254 (99.61% from 255) = 55.95%
R=17.62%
G=26.43%
B=55.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal801202540.690.5300.00226.2198.8665.49
Hex5078FE453500e26341
Octal1201703761056500342143101
Binary10100001111000111111101000101110101001110001011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5078FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5078FE; }

 p { color: rgb(80,120,254); }

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

<style>
 a { background-color: #5078FE; }

 a { background-color: rgb(80,120,254); }

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

<style>
 span { border-color: #5078FE; }

 span { border-color: rgb(80,120,254); }

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