Html Css Color HEX #586AF2 Royal Blue

📋 copy color: '#586AF2'

red 88 ◦ green 106 ◦ blue 242

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

Shades of Royal Blue #586AF2

Tints of Royal Blue #586AF2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.31%

 BLUE value IS 242 (94.92% from 255) = 55.5%

R = 20.18%
G = 24.31%
B = 55.5%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#586AF2 (or 0x586AF2) is known color: Royal Blue. HEX triplet: 58, 6A and F2. RGB value is (88,106,242). Sum of RGB (Red+Green+Blue) = 88+106+242=436 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.18% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 242 (94.92% from 255 or 55.50% from 436); Max value from RGB is 242 - color contains mainly: blue. Hex color #586AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586AF2 is #A7950D. Grayscale: #737373. Windows color (decimal): -10982670 or 15886936. OLE color: 15886936.

HSL color Cylindrical-coordinate representation of color #586AF2: hue angle of 232.99º 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 #586AF2 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 106 242 -
CMYK 0.64 0.56 0 0.05
HSL 232.99º 0.86% 0.65% -
HSV(B) 232.99º 0.64% 0.95% -
XYZ 25.21 18.79 86.3 -
YUV 116.12 199.04 107.94 -
System Red Green Blue C M Y K H S L
Decimal 88 106 242 0.64 0.56 0 0.05 232.99 0.86 0.65
Hex 58 6A F2 40 38 0 5 E9 56 41
Octal 130 152 362 100 70 0 5 351 126 101
Binary 1011000 1101010 11110010 1000000 111000 0 101 11101001 1010110 1000001

Color Harmonies of #586AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586AF2

Black with #586AF2

Text Example


Text Example

White with #586AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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