Html Css Color HEX #586DDD Royal Blue

📋 copy color: '#586DDD'

red 88 ◦ green 109 ◦ blue 221

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

Shades of Royal Blue #586DDD

Tints of Royal Blue #586DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.08%

 BLUE value IS 221 (86.72% from 255) = 52.87%

R = 21.05%
G = 26.08%
B = 52.87%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#586DDD (or 0x586DDD) is known color: Royal Blue. HEX triplet: 58, 6D and DD. RGB value is (88,109,221). Sum of RGB (Red+Green+Blue) = 88+109+221=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #586DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586DDD is #A79222. Grayscale: #737373. Windows color (decimal): -10981923 or 14511448. OLE color: 14511448.

HSL color Cylindrical-coordinate representation of color #586DDD: hue angle of 230.53º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #586DDD is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 109 221 -
CMYK 0.60 0.51 0 0.13
HSL 230.53º 0.66% 0.61% -
HSV(B) 230.53º 0.6% 0.87% -
XYZ 22.54 18.23 70.74 -
YUV 115.49 187.54 108.39 -
System Red Green Blue C M Y K H S L
Decimal 88 109 221 0.60 0.51 0 0.13 230.53 0.66 0.61
Hex 58 6D DD 3C 33 0 D E7 42 3D
Octal 130 155 335 74 63 0 15 347 102 75
Binary 1011000 1101101 11011101 111100 110011 0 1101 11100111 1000010 111101

Color Harmonies of #586DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586DDD

Black with #586DDD

Text Example


Text Example

White with #586DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,109,221); }

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

background-color css

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

 a { background-color: rgb(88,109,221); }

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

border-color css

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

 span { border-color: rgb(88,109,221); }

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