Html Css Color HEX #586FDA Royal Blue

📋 copy color: '#586FDA'

red 88 ◦ green 111 ◦ blue 218

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

Shades of Royal Blue #586FDA

Tints of Royal Blue #586FDA

RGB

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

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

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

R = 21.1%
G = 26.62%
B = 52.28%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#586FDA (or 0x586FDA) is known color: Royal Blue. HEX triplet: 58, 6F and DA. RGB value is (88,111,218). Sum of RGB (Red+Green+Blue) = 88+111+218=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #586FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586FDA is #A79025. Grayscale: #737373. Windows color (decimal): -10981414 or 14315352. OLE color: 14315352.

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

Color convert

RGB 88 111 218 -
CMYK 0.60 0.49 0 0.15
HSL 229.38º 0.64% 0.6% -
HSV(B) 229.38º 0.6% 0.85% -
XYZ 22.36 18.51 68.72 -
YUV 116.32 185.38 107.8 -
System Red Green Blue C M Y K H S L
Decimal 88 111 218 0.60 0.49 0 0.15 229.38 0.64 0.6
Hex 58 6F DA 3C 31 0 F E5 40 3C
Octal 130 157 332 74 61 0 17 345 100 74
Binary 1011000 1101111 11011010 111100 110001 0 1111 11100101 1000000 111100

Color Harmonies of #586FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586FDA

Black with #586FDA

Text Example


Text Example

White with #586FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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