Html Css Color HEX #586CF0 Royal Blue

📋 copy color: '#586CF0'

red 88 ◦ green 108 ◦ blue 240

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

Shades of Royal Blue #586CF0

Tints of Royal Blue #586CF0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.77%

 BLUE value IS 240 (94.14% from 255) = 55.05%

R = 20.18%
G = 24.77%
B = 55.05%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#586CF0 (or 0x586CF0) is known color: Royal Blue. HEX triplet: 58, 6C and F0. RGB value is (88,108,240). Sum of RGB (Red+Green+Blue) = 88+108+240=436 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.18% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 240 (94.14% from 255 or 55.05% from 436); Max value from RGB is 240 - color contains mainly: blue. Hex color #586CF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586CF0 is #A7930F. Grayscale: #747474. Windows color (decimal): -10982160 or 15756376. OLE color: 15756376.

HSL color Cylindrical-coordinate representation of color #586CF0: hue angle of 232.11º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #586CF0 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 88 108 240 -
CMYK 0.63 0.55 0 0.06
HSL 232.11º 0.84% 0.64% -
HSV(B) 232.11º 0.63% 0.94% -
XYZ 25.12 19.09 84.8 -
YUV 117.07 197.37 107.27 -
System Red Green Blue C M Y K H S L
Decimal 88 108 240 0.63 0.55 0 0.06 232.11 0.84 0.64
Hex 58 6C F0 3F 37 0 6 E8 54 40
Octal 130 154 360 77 67 0 6 350 124 100
Binary 1011000 1101100 11110000 111111 110111 0 110 11101000 1010100 1000000

Color Harmonies of #586CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586CF0

Black with #586CF0

Text Example


Text Example

White with #586CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,108,240); }

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

background-color css

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

 a { background-color: rgb(88,108,240); }

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

border-color css

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

 span { border-color: rgb(88,108,240); }

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