Html Css Color HEX #5866DC Royal Blue

📋 copy color: '#5866DC'

red 88 ◦ green 102 ◦ blue 220

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

Shades of Royal Blue #5866DC

Tints of Royal Blue #5866DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.88%

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

R = 21.46%
G = 24.88%
B = 53.66%

CMYK

 C value IS 0.6

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5866DC (or 0x5866DC) is known color: Royal Blue. HEX triplet: 58, 66 and DC. RGB value is (88,102,220). Sum of RGB (Red+Green+Blue) = 88+102+220=410 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.46% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #5866DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5866DC is #A79923. Grayscale: #6E6E6E. Windows color (decimal): -10983716 or 14444120. OLE color: 14444120.

HSL color Cylindrical-coordinate representation of color #5866DC: hue angle of 233.64º 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 #5866DC is Cyan = 0.6, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 102 220 -
CMYK 0.6 0.54 0 0.14
HSL 233.64º 0.65% 0.6% -
HSV(B) 233.64º 0.6% 0.86% -
XYZ 21.69 16.74 69.8 -
YUV 111.27 189.36 111.41 -
System Red Green Blue C M Y K H S L
Decimal 88 102 220 0.6 0.54 0 0.14 233.64 0.65 0.6
Hex 58 66 DC 3C 36 0 E EA 41 3C
Octal 130 146 334 74 66 0 16 352 101 74
Binary 1011000 1100110 11011100 111100 110110 0 1110 11101010 1000001 111100

Color Harmonies of #5866DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5866DC

Black with #5866DC

Text Example


Text Example

White with #5866DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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