#5068F1

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

Shades of Royal Blue #5068F1

Tints of Royal Blue #5068F1

Color information

#5068F1 (or 0x5068F1) is unknown color: approx Royal Blue. HEX triplet: 50, 68 and F1. RGB value is (80,104,241). Sum of RGB (Red+Green+Blue) = 80+104+241=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 241 (94.53% from 255 or 56.71% from 425); Max value from RGB is 241 - color contains mainly: blue. Hex color #5068F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5068F1 is #AF970E. Grayscale: #6F6F6F. Windows color (decimal): -11507471 or 15820880. OLE color: 15820880.

HSL color Cylindrical-coordinate representation of color #5068F1: hue angle of 231.06º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5068F1 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB80104241-
CMYK0.670.5700.05
HSL231.06º85.19%62.94%-
HSV(B)231.06º66.8%94.51%-
XYZ24.1417.9685.41-
YUV112.44200.55104.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.82%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 241 (94.53% from 255) = 56.71%
R=18.82%
G=24.47%
B=56.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal801042410.670.5700.05231.0685.1962.94
Hex5068F1433905e7553f
Octal120150361103710534712577
Binary101000011010001111000110000111110010101111001111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5068F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5068F1; }

 p { color: rgb(80,104,241); }

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

<style>
 a { background-color: #5068F1; }

 a { background-color: rgb(80,104,241); }

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

<style>
 span { border-color: #5068F1; }

 span { border-color: rgb(80,104,241); }

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