Html Css Color HEX #5864EC Royal Blue

📋 copy color: '#5864EC'

red 88 ◦ green 100 ◦ blue 236

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

Shades of Royal Blue #5864EC

Tints of Royal Blue #5864EC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.58%

 BLUE value IS 236 (92.58% from 255) = 55.66%

R = 20.75%
G = 23.58%
B = 55.66%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5864EC (or 0x5864EC) is known color: Royal Blue. HEX triplet: 58, 64 and EC. RGB value is (88,100,236). Sum of RGB (Red+Green+Blue) = 88+100+236=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #5864EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5864EC is #A79B13. Grayscale: #6F6F6F. Windows color (decimal): -10984212 or 15492184. OLE color: 15492184.

HSL color Cylindrical-coordinate representation of color #5864EC: hue angle of 235.14º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5864EC is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 100 236 -
CMYK 0.63 0.58 0 0.07
HSL 235.14º 0.8% 0.64% -
HSV(B) 235.14º 0.63% 0.93% -
XYZ 23.72 17.25 81.44 -
YUV 111.92 198.02 110.94 -
System Red Green Blue C M Y K H S L
Decimal 88 100 236 0.63 0.58 0 0.07 235.14 0.8 0.64
Hex 58 64 EC 3F 3A 0 7 EB 50 40
Octal 130 144 354 77 72 0 7 353 120 100
Binary 1011000 1100100 11101100 111111 111010 0 111 11101011 1010000 1000000

Color Harmonies of #5864EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5864EC

Black with #5864EC

Text Example


Text Example

White with #5864EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5864EC; }

 p { color: rgb(88,100,236); }

 H1.HeaderClassName
 {
   color: #5864EC;
 }
 .AnyTagClassName
 {
   color: #5864EC;
 }
</style>

background-color css

<style>
 a { background-color: #5864EC; }

 a { background-color: rgb(88,100,236); }

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

border-color css

<style>
 span { border-color: #5864EC; }

 span { border-color: rgb(88,100,236); }

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