Html Css Color HEX #586EDA Royal Blue

📋 copy color: '#586EDA'

red 88 ◦ green 110 ◦ blue 218

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

Shades of Royal Blue #586EDA

Tints of Royal Blue #586EDA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.44%

 BLUE value IS 218 (85.55% from 255) = 52.4%

R = 21.15%
G = 26.44%
B = 52.4%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#586EDA (or 0x586EDA) is known color: Royal Blue. HEX triplet: 58, 6E and DA. RGB value is (88,110,218). Sum of RGB (Red+Green+Blue) = 88+110+218=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #586EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586EDA is #A79125. Grayscale: #737373. Windows color (decimal): -10981670 or 14315096. OLE color: 14315096.

HSL color Cylindrical-coordinate representation of color #586EDA: hue angle of 229.85º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #586EDA is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 110 218 -
CMYK 0.60 0.50 0 0.15
HSL 229.85º 0.64% 0.6% -
HSV(B) 229.85º 0.6% 0.85% -
XYZ 22.26 18.29 68.69 -
YUV 115.73 185.71 108.22 -
System Red Green Blue C M Y K H S L
Decimal 88 110 218 0.60 0.50 0 0.15 229.85 0.64 0.6
Hex 58 6E DA 3C 32 0 F E6 40 3C
Octal 130 156 332 74 62 0 17 346 100 74
Binary 1011000 1101110 11011010 111100 110010 0 1111 11100110 1000000 111100

Color Harmonies of #586EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586EDA

Black with #586EDA

Text Example


Text Example

White with #586EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,110,218); }

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

background-color css

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

 a { background-color: rgb(88,110,218); }

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

border-color css

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

 span { border-color: rgb(88,110,218); }

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