Html Css Color HEX #585FE0 Royal Blue

📋 copy color: '#585FE0'

red 88 ◦ green 95 ◦ blue 224

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

Shades of Royal Blue #585FE0

Tints of Royal Blue #585FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.34%

 BLUE value IS 224 (87.89% from 255) = 55.04%

R = 21.62%
G = 23.34%
B = 55.04%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#585FE0 (or 0x585FE0) is known color: Royal Blue. HEX triplet: 58, 5F and E0. RGB value is (88,95,224). Sum of RGB (Red+Green+Blue) = 88+95+224=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 224 (87.89% from 255 or 55.04% from 407); Max value from RGB is 224 - color contains mainly: blue. Hex color #585FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585FE0 is #A7A01F. Grayscale: #6B6B6B. Windows color (decimal): -10985504 or 14704472. OLE color: 14704472.

HSL color Cylindrical-coordinate representation of color #585FE0: hue angle of 236.91º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #585FE0 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 88 95 224 -
CMYK 0.61 0.58 0 0.12
HSL 236.91º 0.69% 0.61% -
HSV(B) 236.91º 0.61% 0.88% -
XYZ 21.57 15.64 72.4 -
YUV 107.61 193.68 114.01 -
System Red Green Blue C M Y K H S L
Decimal 88 95 224 0.61 0.58 0 0.12 236.91 0.69 0.61
Hex 58 5F E0 3D 3A 0 C ED 45 3D
Octal 130 137 340 75 72 0 14 355 105 75
Binary 1011000 1011111 11100000 111101 111010 0 1100 11101101 1000101 111101

Color Harmonies of #585FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585FE0

Black with #585FE0

Text Example


Text Example

White with #585FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585FE0; }

 p { color: rgb(88,95,224); }

 H1.HeaderClassName
 {
   color: #585FE0;
 }
 .AnyTagClassName
 {
   color: #585FE0;
 }
</style>

background-color css

<style>
 a { background-color: #585FE0; }

 a { background-color: rgb(88,95,224); }

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

border-color css

<style>
 span { border-color: #585FE0; }

 span { border-color: rgb(88,95,224); }

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