#5067D4

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

Shades of Royal Blue #5067D4

Tints of Royal Blue #5067D4

Color information

#5067D4 (or 0x5067D4) is unknown color: approx Royal Blue. HEX triplet: 50, 67 and D4. RGB value is (80,103,212). Sum of RGB (Red+Green+Blue) = 80+103+212=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 212 (83.20% from 255 or 53.67% from 395); Max value from RGB is 212 - color contains mainly: blue. Hex color #5067D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5067D4 is #AF982B. Grayscale: #6C6C6C. Windows color (decimal): -11507756 or 13920080. OLE color: 13920080.

HSL color Cylindrical-coordinate representation of color #5067D4: hue angle of 229.55º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5067D4 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB80103212-
CMYK0.620.5100.17
HSL229.55º60.55%57.25%-
HSV(B)229.55º62.26%83.14%-
XYZ20.0416.1664.35-
YUV108.55186.38107.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.25%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 212 (83.20% from 255) = 53.67%
R=20.25%
G=26.08%
B=53.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal801032120.620.5100.17229.5560.5557.25
Hex5067D43E33011e63d39
Octal12014732476630213467571
Binary101000011001111101010011111011001101000111100110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5067D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5067D4; }

 p { color: rgb(80,103,212); }

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

<style>
 a { background-color: #5067D4; }

 a { background-color: rgb(80,103,212); }

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

<style>
 span { border-color: #5067D4; }

 span { border-color: rgb(80,103,212); }

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