#5869F0

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

Shades of Royal Blue #5869F0

Tints of Royal Blue #5869F0

Color information

#5869F0 (or 0x5869F0) is unknown color: approx Royal Blue. HEX triplet: 58, 69 and F0. RGB value is (88,105,240). Sum of RGB (Red+Green+Blue) = 88+105+240=433 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.32% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 240 (94.14% from 255 or 55.43% from 433); Max value from RGB is 240 - color contains mainly: blue. Hex color #5869F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5869F0 is #A7960F. Grayscale: #727272. Windows color (decimal): -10982928 or 15755608. OLE color: 15755608.

HSL color Cylindrical-coordinate representation of color #5869F0: hue angle of 233.29º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5869F0 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB88105240-
CMYK0.630.5600.06
HSL233.29º83.52%64.31%-
HSV(B)233.29º63.33%94.12%-
XYZ24.818.4784.7-
YUV115.31198.37108.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.32%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 240 (94.14% from 255) = 55.43%
R=20.32%
G=24.25%
B=55.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal881052400.630.5600.06233.2983.5264.31
Hex5869F03F3806e95440
Octal130151360777006351124100
Binary101100011010011111000011111111100001101110100110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5869F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5869F0; }

 p { color: rgb(88,105,240); }

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

<style>
 a { background-color: #5869F0; }

 a { background-color: rgb(88,105,240); }

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

<style>
 span { border-color: #5869F0; }

 span { border-color: rgb(88,105,240); }

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