Html Css Color HEX #586BF6 Royal Blue

📋 copy color: '#586BF6'

red 88 ◦ green 107 ◦ blue 246

#586BF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #586BF6

Tints of Royal Blue #586BF6

RGB

 RED value IS 88 (34.77% from 255) = 19.95%

 GREEN value IS 107 (42.19% from 255) = 24.26%

 BLUE value IS 246 (96.48% from 255) = 55.78%

R = 19.95%
G = 24.26%
B = 55.78%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#586BF6 (or 0x586BF6) is known color: Royal Blue. HEX triplet: 58, 6B and F6. RGB value is (88,107,246). Sum of RGB (Red+Green+Blue) = 88+107+246=441 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.95% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #586BF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586BF6 is #A79409. Grayscale: #747474. Windows color (decimal): -10982410 or 16149336. OLE color: 16149336.

HSL color Cylindrical-coordinate representation of color #586BF6: hue angle of 232.78º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #586BF6 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 107 246 -
CMYK 0.64 0.57 0 0.04
HSL 232.78º 0.9% 0.65% -
HSV(B) 232.78º 0.64% 0.96% -
XYZ 25.92 19.24 89.54 -
YUV 117.17 200.71 107.2 -
System Red Green Blue C M Y K H S L
Decimal 88 107 246 0.64 0.57 0 0.04 232.78 0.9 0.65
Hex 58 6B F6 40 39 0 4 E9 5A 41
Octal 130 153 366 100 71 0 4 351 132 101
Binary 1011000 1101011 11110110 1000000 111001 0 100 11101001 1011010 1000001

Color Harmonies of #586BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586BF6

Black with #586BF6

Text Example


Text Example

White with #586BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,107,246); }

 H1.HeaderClassName
 {
   color: #586BF6;
 }
 .AnyTagClassName
 {
   color: #586BF6;
 }
</style>

background-color css

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

 a { background-color: rgb(88,107,246); }

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

border-color css

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

 span { border-color: rgb(88,107,246); }

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