Html Css Color HEX #586BDA Royal Blue

📋 copy color: '#586BDA'

red 88 ◦ green 107 ◦ blue 218

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

Shades of Royal Blue #586BDA

Tints of Royal Blue #586BDA

RGB

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

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

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

R = 21.31%
G = 25.91%
B = 52.78%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#586BDA (or 0x586BDA) is known color: Royal Blue. HEX triplet: 58, 6B and DA. RGB value is (88,107,218). Sum of RGB (Red+Green+Blue) = 88+107+218=413 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.31% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #586BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586BDA is #A79425. Grayscale: #717171. Windows color (decimal): -10982438 or 14314328. OLE color: 14314328.

HSL color Cylindrical-coordinate representation of color #586BDA: hue angle of 231.23º 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 #586BDA is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 107 218 -
CMYK 0.60 0.51 0 0.15
HSL 231.23º 0.64% 0.6% -
HSV(B) 231.23º 0.6% 0.85% -
XYZ 21.94 17.65 68.58 -
YUV 113.97 186.71 109.47 -
System Red Green Blue C M Y K H S L
Decimal 88 107 218 0.60 0.51 0 0.15 231.23 0.64 0.6
Hex 58 6B DA 3C 33 0 F E7 40 3C
Octal 130 153 332 74 63 0 17 347 100 74
Binary 1011000 1101011 11011010 111100 110011 0 1111 11100111 1000000 111100

Color Harmonies of #586BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586BDA

Black with #586BDA

Text Example


Text Example

White with #586BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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