Html Css Color HEX #566EDB Royal Blue

📋 copy color: '#566EDB'

red 86 ◦ green 110 ◦ blue 219

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

Shades of Royal Blue #566EDB

Tints of Royal Blue #566EDB

RGB

 RED value IS 86 (33.98% from 255) = 20.72%

 GREEN value IS 110 (43.36% from 255) = 26.51%

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 20.72%
G = 26.51%
B = 52.77%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#566EDB (or 0x566EDB) is known color: Royal Blue. HEX triplet: 56, 6E and DB. RGB value is (86,110,219). Sum of RGB (Red+Green+Blue) = 86+110+219=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #566EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566EDB is #A99124. Grayscale: #727272. Windows color (decimal): -11112741 or 14380630. OLE color: 14380630.

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

Color convert

RGB 86 110 219 -
CMYK 0.61 0.50 0 0.14
HSL 229.17º 0.65% 0.6% -
HSV(B) 229.17º 0.61% 0.86% -
XYZ 22.2 18.24 69.37 -
YUV 115.25 186.55 107.14 -
System Red Green Blue C M Y K H S L
Decimal 86 110 219 0.61 0.50 0 0.14 229.17 0.65 0.6
Hex 56 6E DB 3D 32 0 E E5 41 3C
Octal 126 156 333 75 62 0 16 345 101 74
Binary 1010110 1101110 11011011 111101 110010 0 1110 11100101 1000001 111100

Color Harmonies of #566EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566EDB

Black with #566EDB

Text Example


Text Example

White with #566EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566EDB; }

 p { color: rgb(86,110,219); }

 H1.HeaderClassName
 {
   color: #566EDB;
 }
 .AnyTagClassName
 {
   color: #566EDB;
 }
</style>

background-color css

<style>
 a { background-color: #566EDB; }

 a { background-color: rgb(86,110,219); }

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

border-color css

<style>
 span { border-color: #566EDB; }

 span { border-color: rgb(86,110,219); }

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