Html Css Color HEX #5863EA Royal Blue

📋 copy color: '#5863EA'

red 88 ◦ green 99 ◦ blue 234

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

Shades of Royal Blue #5863EA

Tints of Royal Blue #5863EA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.52%

 BLUE value IS 234 (91.8% from 255) = 55.58%

R = 20.9%
G = 23.52%
B = 55.58%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5863EA (or 0x5863EA) is known color: Royal Blue. HEX triplet: 58, 63 and EA. RGB value is (88,99,234). Sum of RGB (Red+Green+Blue) = 88+99+234=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #5863EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5863EA is #A79C15. Grayscale: #6E6E6E. Windows color (decimal): -10984470 or 15360856. OLE color: 15360856.

HSL color Cylindrical-coordinate representation of color #5863EA: hue angle of 235.48º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5863EA is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 99 234 -
CMYK 0.62 0.58 0 0.08
HSL 235.48º 0.78% 0.63% -
HSV(B) 235.48º 0.62% 0.92% -
XYZ 23.34 16.94 79.88 -
YUV 111.1 197.36 111.52 -
System Red Green Blue C M Y K H S L
Decimal 88 99 234 0.62 0.58 0 0.08 235.48 0.78 0.63
Hex 58 63 EA 3E 3A 0 8 EB 4E 3F
Octal 130 143 352 76 72 0 10 353 116 77
Binary 1011000 1100011 11101010 111110 111010 0 1000 11101011 1001110 111111

Color Harmonies of #5863EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5863EA

Black with #5863EA

Text Example


Text Example

White with #5863EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5863EA; }

 p { color: rgb(88,99,234); }

 H1.HeaderClassName
 {
   color: #5863EA;
 }
 .AnyTagClassName
 {
   color: #5863EA;
 }
</style>

background-color css

<style>
 a { background-color: #5863EA; }

 a { background-color: rgb(88,99,234); }

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

border-color css

<style>
 span { border-color: #5863EA; }

 span { border-color: rgb(88,99,234); }

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