Html Css Color HEX #5863DC Royal Blue

📋 copy color: '#5863DC'

red 88 ◦ green 99 ◦ blue 220

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

Shades of Royal Blue #5863DC

Tints of Royal Blue #5863DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 21.62%
G = 24.32%
B = 54.05%

CMYK

 C value IS 0.6

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5863DC (or 0x5863DC) is known color: Royal Blue. HEX triplet: 58, 63 and DC. RGB value is (88,99,220). Sum of RGB (Red+Green+Blue) = 88+99+220=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #5863DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5863DC is #A79C23. Grayscale: #6D6D6D. Windows color (decimal): -10984484 or 14443352. OLE color: 14443352.

HSL color Cylindrical-coordinate representation of color #5863DC: hue angle of 235º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5863DC is Cyan = 0.6, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 99 220 -
CMYK 0.6 0.55 0 0.14
HSL 235º 0.65% 0.6% -
HSV(B) 235º 0.6% 0.86% -
XYZ 21.4 16.17 69.7 -
YUV 109.51 190.36 112.66 -
System Red Green Blue C M Y K H S L
Decimal 88 99 220 0.6 0.55 0 0.14 235 0.65 0.6
Hex 58 63 DC 3C 37 0 E EB 41 3C
Octal 130 143 334 74 67 0 16 353 101 74
Binary 1011000 1100011 11011100 111100 110111 0 1110 11101011 1000001 111100

Color Harmonies of #5863DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5863DC

Black with #5863DC

Text Example


Text Example

White with #5863DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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