Html Css Color HEX #586FD0 Royal Blue

📋 copy color: '#586FD0'

red 88 ◦ green 111 ◦ blue 208

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

Shades of Royal Blue #586FD0

Tints of Royal Blue #586FD0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.27%

 BLUE value IS 208 (81.64% from 255) = 51.11%

R = 21.62%
G = 27.27%
B = 51.11%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#586FD0 (or 0x586FD0) is known color: Royal Blue. HEX triplet: 58, 6F and D0. RGB value is (88,111,208). Sum of RGB (Red+Green+Blue) = 88+111+208=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #586FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586FD0 is #A7902F. Grayscale: #727272. Windows color (decimal): -10981424 or 13659992. OLE color: 13659992.

HSL color Cylindrical-coordinate representation of color #586FD0: hue angle of 228.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #586FD0 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 111 208 -
CMYK 0.58 0.47 0 0.18
HSL 228.5º 0.56% 0.58% -
HSV(B) 228.5º 0.58% 0.82% -
XYZ 21.09 18 62.04 -
YUV 115.18 180.38 108.61 -
System Red Green Blue C M Y K H S L
Decimal 88 111 208 0.58 0.47 0 0.18 228.5 0.56 0.58
Hex 58 6F D0 3A 2F 0 12 E4 38 3A
Octal 130 157 320 72 57 0 22 344 70 72
Binary 1011000 1101111 11010000 111010 101111 0 10010 11100100 111000 111010

Color Harmonies of #586FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586FD0

Black with #586FD0

Text Example


Text Example

White with #586FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,111,208); }

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

background-color css

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

 a { background-color: rgb(88,111,208); }

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

border-color css

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

 span { border-color: rgb(88,111,208); }

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