#5054DF

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

Shades of Royal Blue #5054DF

Tints of Royal Blue #5054DF

Color information

#5054DF (or 0x5054DF) is unknown color: approx Royal Blue. HEX triplet: 50, 54 and DF. RGB value is (80,84,223). Sum of RGB (Red+Green+Blue) = 80+84+223=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #5054DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5054DF is #AFAB20. Grayscale: #626262. Windows color (decimal): -11512609 or 14636112. OLE color: 14636112.

HSL color Cylindrical-coordinate representation of color #5054DF: hue angle of 238.32º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5054DF is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8084223-
CMYK0.640.6200.13
HSL238.32º69.08%59.41%-
HSV(B)238.32º64.13%87.45%-
XYZ19.813.3771.35-
YUV98.65198.17114.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.67%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 223 (87.5% from 255) = 57.62%
R=20.67%
G=21.71%
B=57.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80842230.640.6200.13238.3269.0859.41
Hex5054DF403E0Dee453b
Octal1201243371007601535610573
Binary1010000101010011011111100000011111001101111011101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5054DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5054DF; }

 p { color: rgb(80,84,223); }

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

<style>
 a { background-color: #5054DF; }

 a { background-color: rgb(80,84,223); }

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

<style>
 span { border-color: #5054DF; }

 span { border-color: rgb(80,84,223); }

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