#5169f2

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

Shades of Royal Blue #5169F2

Tints of Royal Blue #5169F2

Color information

#5169F2 (or 0x5169F2) is unknown color: approx Royal Blue. HEX triplet: 51, 69 and F2. RGB value is (81,105,242). Sum of RGB (Red+Green+Blue) = 81+105+242=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 242 (94.92% from 255 or 56.54% from 428); Max value from RGB is 242 - color contains mainly: blue. Hex color #5169F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5169F2 is #AE960D. Grayscale: #707070. Windows color (decimal): -11441678 or 15886673. OLE color: 15886673.

HSL color Cylindrical-coordinate representation of color #5169F2: hue angle of 231.06º degrees, saturation: 0.86, 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 #5169F2 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB81105242-
CMYK0.670.5700.05
HSL231.06º86.1%63.33%-
HSV(B)231.06º66.53%94.9%-
XYZ24.4718.2686.24-
YUV113.44200.55104.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.93%
GREEN value IS 105 (41.41% from 255) = 24.53%
BLUE value IS 242 (94.92% from 255) = 56.54%
R=18.93%
G=24.53%
B=56.54%

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
Decimal811052420.670.5700.05231.0686.163.33
Hex5169F2433905e7563f
Octal121151362103710534712677
Binary101000111010011111001010000111110010101111001111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5169f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5169f2; }

 p { color: rgb(81,105,242); }

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

<style>
 a { background-color: #5169f2; }

 a { background-color: rgb(81,105,242); }

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

<style>
 span { border-color: #5169f2; }

 span { border-color: rgb(81,105,242); }

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