#586DF2

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

Shades of Royal Blue #586DF2

Tints of Royal Blue #586DF2

Color information

#586DF2 (or 0x586DF2) is unknown color: approx Royal Blue. HEX triplet: 58, 6D and F2. RGB value is (88,109,242). Sum of RGB (Red+Green+Blue) = 88+109+242=439 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.05% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 242 (94.92% from 255 or 55.13% from 439); Max value from RGB is 242 - color contains mainly: blue. Hex color #586DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586DF2 is #A7920D. Grayscale: #757575. Windows color (decimal): -10981902 or 15887704. OLE color: 15887704.

HSL color Cylindrical-coordinate representation of color #586DF2: hue angle of 231.82º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #586DF2 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB88109242-
CMYK0.640.5500.05
HSL231.82º85.56%64.71%-
HSV(B)231.82º63.64%94.9%-
XYZ25.5219.4286.41-
YUV117.88198.04106.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.05%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 242 (94.92% from 255) = 55.13%
R=20.05%
G=24.83%
B=55.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal881092420.640.5500.05231.8285.5664.71
Hex586DF2403705e85641
Octal1301553621006705350126101
Binary1011000110110111110010100000011011101011110100010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586DF2; }

 p { color: rgb(88,109,242); }

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

<style>
 a { background-color: #586DF2; }

 a { background-color: rgb(88,109,242); }

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

<style>
 span { border-color: #586DF2; }

 span { border-color: rgb(88,109,242); }

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