Html Css Color HEX #586BD6 Royal Blue

📋 copy color: '#586BD6'

red 88 ◦ green 107 ◦ blue 214

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

Shades of Royal Blue #586BD6

Tints of Royal Blue #586BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.32%

R = 21.52%
G = 26.16%
B = 52.32%

CMYK

 C value IS 0.59

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#586BD6 (or 0x586BD6) is known color: Royal Blue. HEX triplet: 58, 6B and D6. RGB value is (88,107,214). Sum of RGB (Red+Green+Blue) = 88+107+214=409 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.52% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 214 (83.98% from 255 or 52.32% from 409); Max value from RGB is 214 - color contains mainly: blue. Hex color #586BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586BD6 is #A79429. Grayscale: #717171. Windows color (decimal): -10982442 or 14052184. OLE color: 14052184.

HSL color Cylindrical-coordinate representation of color #586BD6: hue angle of 230.95º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #586BD6 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 107 214 -
CMYK 0.59 0.50 0 0.16
HSL 230.95º 0.61% 0.59% -
HSV(B) 230.95º 0.59% 0.84% -
XYZ 21.42 17.45 65.86 -
YUV 113.52 184.71 109.8 -
System Red Green Blue C M Y K H S L
Decimal 88 107 214 0.59 0.50 0 0.16 230.95 0.61 0.59
Hex 58 6B D6 3B 32 0 10 E7 3D 3B
Octal 130 153 326 73 62 0 20 347 75 73
Binary 1011000 1101011 11010110 111011 110010 0 10000 11100111 111101 111011

Color Harmonies of #586BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586BD6

Black with #586BD6

Text Example


Text Example

White with #586BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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